Memory Pool Memory Pool Refreshing

12,451 transactions
33.31 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,161 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,926 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,160 (145,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
716,263 716,263 000000000000000000037f85bdfc1409e4d1c92e35bc3f8e4212880a7f9d06a7 0.23 MB 358 9
716,262 716,262 00000000000000000000fff0a26ef263135ed4062120593753888e762350c3d9 0.17 MB 222 8
716,261 716,261 00000000000000000003e7c1a3a47e8bf2894d0f8529d64400649c8981b47f29 0.19 MB 201 10
716,260 716,260 000000000000000000083c3cd3e3f9fb54d8520db6f00261a77c6d764db0c7b0 0.15 MB 296 12
716,259 716,259 0000000000000000000111cf32e626449d5c440445029e351d8bf4d2ca6c38b2 0.54 MB 1,068 10
716,258 716,258 000000000000000000070f70d6418349270415b1e29cd66b7f4c71776dc999f2 1.35 MB 677 3
716,257 716,257 000000000000000000001cd98819ad018c0123d38411c4a1f780d4d226441dde 1.16 MB 727 3
716,256 716,256 00000000000000000008a79da61091ef8075d2805dba63d55ab7800669327bc5 1.41 MB 2,411 10
716,255 716,255 00000000000000000001f020ffc1622fac46dfdbcc9bcebb22b8efcbea171023 1.57 MB 2,255 7
716,254 716,254 00000000000000000006947b57e0845db1fa6d09888a158952367a4a688bbc5c 1.49 MB 2,307 14
716,253 716,253 0000000000000000000493d149b411476700e9440cbb5442b8b614c83726223b 1.42 MB 2,830 3
716,252 716,252 0000000000000000000820bc9164116c3e638349a927d6cdea66d956ca5a9fb5 1.48 MB 2,593 13
716,251 716,251 000000000000000000056d497b3a19f9d7a98ed8faf195efd35d5bbdd9ac8e7c 1.37 MB 2,301 13
716,250 716,250 00000000000000000002c1b3016b05e866f0d0e82bc55a5605575fc9b697ed1f 1.22 MB 1,237 12
716,249 716,249 000000000000000000000b9a3ed1072ef5db0ec80dc3e371df963f4ff4a07b2c 1.25 MB 1,473 12
716,248 716,248 00000000000000000000b3b013715588ad79726405cb06f2fe6f13513c913e48 1.48 MB 3,288 16
716,247 716,247 0000000000000000000a967c198f92d6e889335f1834e493188657a7125deefb 1.36 MB 2,217 10
716,246 716,246 00000000000000000003d2450fb3d16fa4e160e9900d701957a29fb28621ee82 1.15 MB 1,899 6
716,245 716,245 0000000000000000000a2205761232ce77fb783b7d6bd672a8ebff92a9bd00cc 1.42 MB 2,551 24
716,244 716,244 0000000000000000000847498ec72f9c4de33cdfc797a51902cb76db287c102e 0.24 MB 532 12
716,243 716,243 0000000000000000000345275fb2dc690116e57ccfd8e7e4a3192ccd3905aa58 0.85 MB 1,305 8
Previous 10 blocks ↓
Total Size: 684.47 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,343.89 GB sent, 101.32 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.