Memory Pool Memory Pool Refreshing

37,766 transactions
20.96 vMB
Show Random Selection Loading Transactions
Max Size: 113/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,613 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,159 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,612 (457,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
413,055 413,055 0000000000000000047becbac179691a8c323ba6b0ac73a9b2f5354d7d9ebbbf 0.18 MB 375 44
413,054 413,054 000000000000000000ee5a2c24e8c7f5b17bafd141cc9056f6873700f0604006 0.13 MB 244 40
413,053 413,053 000000000000000004cc38d1aecd3ab501b7f1529e93e75ef1d15b265f7cb960 0.46 MB 627 40
413,052 413,052 0000000000000000052a6fb354727ec694737f044278a407b00d916f2158882c 0.12 MB 215 36
413,051 413,051 000000000000000004a3983815620d9c1bb7a80b9bd6d6aa749ab0254649af83 0.04 MB 87 51
413,050 413,050 0000000000000000003976c3abf71af0ac6b581357919305854546ca4781d3d2 0.29 MB 590 42
413,049 413,049 000000000000000000cbe542ee36d5b200bcb1486e803003566996b9af3facb4 1.00 MB 2,133 54
413,048 413,048 00000000000000000200d55b52b003fa68bd40d3a515f3d00a990c2a540b8c7b 0.07 MB 62 17
413,047 413,047 0000000000000000033ecee0ff06fcc8bb32d11dd2e16d7faaca06bc23fb3d78 0.15 MB 321 51
413,046 413,046 0000000000000000032699fedb6faf2f0faab20fd96703cad4abc3b0a1c43948 0.04 MB 104 77
413,045 413,045 000000000000000004d9dcd1fcd91673372ba6c50f58f5cf2c2d9f1527ee56a5 0.49 MB 1,022 50
413,044 413,044 000000000000000000db829651ab95ce44b02d0e979fded7b002f60b7706018f 0.08 MB 213 50
413,043 413,043 0000000000000000012897eaae8b540e1376c0991a03819da61a914d662b4e51 0.01 MB 37 58
413,042 413,042 0000000000000000001a34993b23c155b7f55cc268137d76cb7704e14dbdb09c 0.99 MB 1,304 32
413,041 413,041 0000000000000000027888987f744ebee57c1c8a072cda70cdd147d2e6c61ab4 0.35 MB 657 41
413,040 413,040 0000000000000000008bf68fc78749a92855cc52bb2f260fd3f6590de1efc795 0.71 MB 731 19
413,039 413,039 00000000000000000216cf8b76a0e64483b53b197979914ac75f81237d44305d 1.00 MB 2,120 42
413,038 413,038 00000000000000000459b5f7b276e639b0fc4695b3c73b8c790fb7396c6f209f 1.00 MB 3,098 89
413,037 413,037 0000000000000000054f84a758452242f63fb3662c8763d324c776d72ab1f050 0.49 MB 917 47
413,036 413,036 0000000000000000004d9fcd57f607965f197ad848020ff3fdaa410dddf4464c 0.49 MB 644 35
413,035 413,035 000000000000000003d4ade1fe260bb51848a19c9de88753de076064b37c7d1e 0.00 MB 14 165
Previous 10 blocks ↓
Total Size: 700.61 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: 2,372.98 GB sent, 214.58 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.