Memory Pool Memory Pool Refreshing

80,522 transactions
32.34 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,299 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,929 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,298 (340,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
530,118 530,118 0000000000000000000c0590f95f01701eb40dc83fa64e523a6ed85c61c11428 0.21 MB 382 46
530,117 530,117 0000000000000000001b2cb49462e526c442250fbd7e9555a8cd0d3cb6ba58b5 0.18 MB 161 7
530,116 530,116 000000000000000000056c0b8256fc099b5885e5fc598ac0c51b7da17dfcf396 0.32 MB 456 20
530,115 530,115 000000000000000000326b1697654ecb3df8f27c345e51ac45b1d0ee41e7d619 0.47 MB 693 13
530,114 530,114 0000000000000000003595d3e2aec4f61e21b9c880c6089a5a9e53246e278d01 0.49 MB 611 17
530,113 530,113 000000000000000000002a56b527daa93656ada6e3e9f19c5f933206c559adc7 0.49 MB 296 6
530,112 530,112 0000000000000000000ee353aff9f0b127b1291bc50f936d9a01dbcf026f9193 1.11 MB 1,917 16
530,111 530,111 00000000000000000019a0afc57a1c47b2fa347213a777e3a377a5482f988ce6 0.22 MB 258 13
530,110 530,110 00000000000000000012835fcd09c8a468c4a31735d30a4b9732466df4ed2cae 0.30 MB 476 18
530,109 530,109 0000000000000000001b314f2cf062cfc30e679d2b110ff1ea02af9c088df857 0.10 MB 99 11
530,108 530,108 00000000000000000034210de81651f743ea57b7534f76a304eebc7f795a9d7e 0.19 MB 314 10
530,107 530,107 00000000000000000034cdfcb66ed389bafb4a650f0de4bd48d0db7844e32a90 0.70 MB 949 14
530,106 530,106 00000000000000000002d913dd77dd367be340c94bd262a345a765bd77f0512f 0.32 MB 457 13
530,105 530,105 0000000000000000001d94ec3c7404ef998caee9ab906f51c793a4036dd0f758 0.31 MB 117 2
530,104 530,104 0000000000000000002d72992685e133b1688cf580d5aef082b1679ae7e75df6 1.14 MB 2,003 15
530,103 530,103 00000000000000000011820a46aa20ad06bbd2ba7c3b5f281952288f003e19d0 0.53 MB 655 22
530,102 530,102 000000000000000000180dfe0c788d7e43fd776aef58ae795dfdc1316fdbac0e 0.04 MB 54 13
530,101 530,101 000000000000000000305745f9bf19c4bbbe44bb1faf82cd09b249c5937f7e98 0.37 MB 586 13
530,100 530,100 00000000000000000023ae2738b68d712f9a1e4f52ed59ebab356a42f0c3b9a1 0.83 MB 525 5
530,099 530,099 00000000000000000029b9515bc7f98d80c3b5e0a35aea2c328c3f8e9ce2355a 1.22 MB 2,599 19
530,098 530,098 000000000000000000363eee1cf5fc029371af3315c4d0cb610e524c2f0a7ca3 0.66 MB 694 20
Previous 10 blocks ↓
Total Size: 700.01 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,226.48 GB sent, 210.51 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.