Memory Pool Memory Pool Refreshing

8,065 transactions
2.72 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,745 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (356,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
551,627 551,627 000000000000000000016234360678812257728cfaa47a962894168d95efd80f 1.11 MB 1,392 9
551,626 551,626 000000000000000000093c79a74fb833d9623d99ae49182b04c00327bfe97eb7 1.16 MB 2,240 16
551,625 551,625 000000000000000000028da021b7538f9eb5a922c98cd53af9ba0a95ca2865e2 1.23 MB 2,803 9
551,624 551,624 000000000000000000141f45f3ec328e83f4469026a4a759704d0b7e539ca9cc 0.92 MB 732 6
551,623 551,623 00000000000000000004f442bcaa5ef502109f82ecc2962441508cfda91a7d36 1.11 MB 2,603 10
551,622 551,622 00000000000000000007c30c65454b29cc4723b42ccfa93038823b69f16c9615 1.30 MB 3,391 43
551,621 551,621 00000000000000000006a092d00c026323fcf00c650f32d9765845ff21fd7407 1.21 MB 2,333 24
551,620 551,620 00000000000000000014d1421722702369a18a5871ebd9f5bb47836e0aeb8e98 1.37 MB 3,195 53
551,619 551,619 00000000000000000008469ade10d33a12bf2001e1791bf12faf1deb4b068ddf 1.22 MB 2,769 43
551,618 551,618 000000000000000000196ba1838da447b663ae318b04065b017b6ac93b0aaf5e 1.30 MB 2,719 44
551,617 551,617 0000000000000000002992b1bf19ef4a1cf63228959b72eb0ee063e6217f1879 1.32 MB 2,312 36
551,616 551,616 0000000000000000000faa017fe8c51d6ee1c6e4f0917f70e52a34820215247a 1.44 MB 2,790 61
551,615 551,615 00000000000000000002199eec4e3d50dd0743ba179b25af98ae34e62ce756c8 1.06 MB 997 10
551,614 551,614 0000000000000000001a266119e388a0910bc5fe1e4482e140d76f3413aae932 1.15 MB 1,616 29
551,613 551,613 0000000000000000001cacf2f632fb1b3e7690b6922f39792c3b05084ac70c1b 1.21 MB 2,349 31
551,612 551,612 00000000000000000023357fe2cfcacf579db670d7defe2e05caeee986324b21 1.26 MB 2,433 49
551,611 551,611 00000000000000000015edf3455afd43ba5614c9aa43e6ad6fe89632822be102 1.25 MB 2,318 11
551,610 551,610 000000000000000000012267f9f87b8c8ed85e11a8b054c77368571484ae486f 1.07 MB 1,338 13
551,609 551,609 0000000000000000000d6f67129b82dc4c141b7bb4081fb54d77f7d7a86db7dd 1.13 MB 2,038 22
551,608 551,608 00000000000000000017182a60993f5452ce71d6add0b95ad459656bac9be3d3 1.17 MB 2,053 31
551,607 551,607 0000000000000000001e58a9287b1ca687b7cfc99a064f8db5318ea976c6d26f 1.19 MB 2,960 37
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,616.38 GB sent, 92.72 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.