Memory Pool Memory Pool Refreshing

1,421 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,418 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (179,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
728,611 728,611 0000000000000000000a055c5804ce6b49ec102e3aa0717770ba73c9b438db1e 1.99 MB 1,378 6
728,610 728,610 00000000000000000002c511eaca7503b6fdaeabf1d08ceb2c36d2d4396ee2db 2.15 MB 687 1
728,609 728,609 00000000000000000005ddbb54bdb49a3a8514ad77f575d25dbb09d223f8873f 1.39 MB 2,181 7
728,608 728,608 000000000000000000010bd09617a17265c3009c16905f29e449a53fbc062f16 1.59 MB 2,576 16
728,607 728,607 000000000000000000002cd2cb7c5e917b7ed1e9c883eb5c0e578cf6c4231518 1.55 MB 2,407 10
728,606 728,606 0000000000000000000500ae5c91f1cfa6e98c09707cfd4ddc32c886f969ade8 0.01 MB 24 10
728,605 728,605 00000000000000000003b1a62ad47bb43a5369716bbd3680cad18d98cd06fdab 0.45 MB 489 9
728,604 728,604 00000000000000000003593c1eb388dcc61a5729a724085d9f95fe935d04acc8 1.00 MB 1,140 8
728,603 728,603 0000000000000000000515d655dc5b64d08f0b3bd2d3d9aa225e514b7ffefdbd 0.35 MB 487 7
728,602 728,602 0000000000000000000011eb2c4a7b51c69d6c4e99571ed68ef59c81d373c05a 0.46 MB 634 9
728,601 728,601 000000000000000000063091dccd48774d7f0f02714d850bc96e4cefd8e8c612 0.08 MB 200 10
728,600 728,600 0000000000000000000434f26705356c9fd4197db2840914e23af907a3216a4d 1.44 MB 2,078 3
728,599 728,599 00000000000000000005b03cdeb6e4d2aeafdf9b0690383778647d537ecc3c6f 1.28 MB 1,486 7
728,598 728,598 00000000000000000008dd3dc8b05cb52d2e3aff3e781d2c6cad09053b573065 1.46 MB 2,692 17
728,597 728,597 00000000000000000002adde06e809ee1ec703d0f4e1442558281f9e82f2fe68 1.48 MB 1,252 4
728,596 728,596 00000000000000000001559e6ba9f35ec6f60c12f54c215e70f76d24f9ef573a 1.78 MB 973 3
728,595 728,595 00000000000000000007dbfb83ce04beb291e74d48b0ba2bc62d9482f0057e38 1.42 MB 2,531 7
728,594 728,594 00000000000000000001eadaf581c2311b7f542e9904e144395cb4324b04c831 1.36 MB 1,818 12
728,593 728,593 00000000000000000000a340ff57c49cfb8f515fd72b8607afc4fec8d8ea16e2 1.46 MB 2,172 17
728,592 728,592 0000000000000000000901ecd6501d69a8ca7d9d461dbf51cb36342154d69c06 1.55 MB 2,309 16
728,591 728,591 0000000000000000000712990aef0d59fa2b7d2e7160055a5312d11dd16ed964 1.77 MB 349 2
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

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