Memory Pool Memory Pool Refreshing

20,049 transactions
30.71 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,825 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,738 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,824 (60,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
803,139 803,139 000000000000000000035af62a169e763de995add56702683ffb40142b9668c4 1.46 MB 2,150 12
803,138 803,138 000000000000000000016aa63c832f8b3cc29f5a0711f15589205a16c305d9b1 1.12 MB 491 10
803,137 803,137 000000000000000000039f0e621b848aa89f460bb005f13c0983bfe2c0b3afd7 1.34 MB 1,162 11
803,136 803,136 00000000000000000000e85d983be69946bbc135a3410829d0e93966e85a6657 1.09 MB 322 8
803,135 803,135 00000000000000000002ebe16bdc5a3abd73ef378c6421e9434b065fcf5d5872 1.37 MB 1,904 11
803,134 803,134 0000000000000000000485ed75df513cd097ff3aec0e36967102c56d7371b338 1.26 MB 1,337 9
803,133 803,133 00000000000000000003ffe3a5eb4a69e8dad44c41052ffe6dd8e4f39c2dea37 1.54 MB 3,281 17
803,132 803,132 000000000000000000052291ffed749de8bc58f6f49af831db3d5db8dc6a705d 1.41 MB 2,335 10
803,131 803,131 0000000000000000000026737f74bb139ed0d0244bb18409108f0d16d295e8e9 1.60 MB 2,610 15
803,130 803,130 000000000000000000017b744e5f31fe61857b298836cbb7fcb21b58022dc3f7 1.59 MB 2,971 15
803,129 803,129 00000000000000000001f0c764f2166279e71c0a10d11ac7f6b5195dc7479e8b 1.65 MB 3,874 15
803,128 803,128 00000000000000000003a398dc85ce038874c9ee6e1e67d2c2a9180fbd958311 1.52 MB 3,104 21
803,127 803,127 000000000000000000009b48d56f132ee661d8598d1f5abfdcf723eed6757bb9 1.36 MB 1,342 9
803,126 803,126 00000000000000000004404bba5c8ecbb43cdca6b619194c3268473227185d43 1.66 MB 3,810 12
803,125 803,125 0000000000000000000339a54dc5927bfa3de59a7cba3d1bc346e41c2f81dcd9 1.53 MB 3,010 26
803,124 803,124 000000000000000000007c38ea414269df30a67ecc5f05f9551fd9d5dbc69d08 1.79 MB 4,658 8
803,123 803,123 00000000000000000001f6a75f1571894fc033b1e90d53cbb8594a3f362f22c3 1.70 MB 3,629 11
803,122 803,122 00000000000000000003989d58eb74188210c85fd18e048862e8f516a78d2306 1.74 MB 3,649 7
803,121 803,121 00000000000000000004ef8a618700f6e145fe9d09efdd5a7d5ba62792bb54ed 1.44 MB 2,039 8
803,120 803,120 0000000000000000000380806e66748f10d147cf267c09601816919a74994fbd 1.65 MB 3,296 9
803,119 803,119 00000000000000000004c40597ccac7524d139019a48418eb9e34a741e049cdf 1.38 MB 2,961 30
Previous 10 blocks ↓
Total Size: 687.69 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,523.21 GB sent, 123.41 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.