Memory Pool Memory Pool Refreshing

6,022 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,529 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (174,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
733,554 733,554 00000000000000000000d1a4edffb5896a1cc19fd409b95af58408eca1e34628 0.22 MB 550 9
733,553 733,553 000000000000000000092941719e6a7ee30f49bdf5886e5bc021023da3057079 1.11 MB 2,133 9
733,552 733,552 000000000000000000081bf1ae69663b0b6296d304e3c8c46fcb96458d3ced78 1.30 MB 2,944 9
733,551 733,551 000000000000000000081e95325adc22bf8210feff18e4699b19105e303034dd 0.36 MB 666 9
733,550 733,550 0000000000000000000794dae90f596690d2f1ef42f5f257051d978bee8a8479 0.67 MB 1,493 9
733,549 733,549 00000000000000000007bfcec29c8d6c2160f993b2d1d12ef2d5f30929721bc0 0.64 MB 1,039 11
733,548 733,548 0000000000000000000178ff2cba5b64efe1a55e4e4dd50c08129783575a3dd4 1.00 MB 1,797 5
733,547 733,547 00000000000000000006019597ea31c0ca68e4c046473740dc897e6cd1d01416 1.43 MB 2,567 13
733,546 733,546 00000000000000000008efa389aae6f22669b7c03fb9266875b7793600d4e7af 0.59 MB 1,012 10
733,545 733,545 0000000000000000000914eba61bc0c1678c41ccff24066db71df810b42a6a19 1.03 MB 1,545 8
733,544 733,544 0000000000000000000909ce18384441ddc5e797d41155750a392dc24fa70f5a 0.27 MB 673 11
733,543 733,543 000000000000000000036a131c6f2348bcc6f00e638761dfa6d84cf55282b31e 1.00 MB 1,717 10
733,542 733,542 00000000000000000008a95f782abf917280c64cd6725b4ac227b05907e90dcf 0.44 MB 493 3
733,541 733,541 0000000000000000000126482c489ce214618fb0444dd6e0f98ea1c657653264 1.57 MB 2,949 8
733,540 733,540 000000000000000000021ab202021ffa83d7dbd2339a26e28aa63be6f508b649 1.29 MB 1,568 11
733,539 733,539 0000000000000000000734690efc71aaad10ed099e093c6b40ad2a75ac24d216 0.17 MB 216 8
733,538 733,538 000000000000000000042a2d61bff83556e988310a149d7ed952ba2059774b4e 0.01 MB 17 6
733,537 733,537 00000000000000000006fd3fff434db393e5206c389951ae4d4454b0091a72f0 0.51 MB 662 5
733,536 733,536 0000000000000000000977c46ce4bdb59a6876eb15fba933aa1e27a2b507e702 1.68 MB 1,051 1
733,535 733,535 00000000000000000003349627eff2687e9d35b6ed8c29dfb4148aff2c2df469 1.58 MB 2,534 8
733,534 733,534 00000000000000000007b39ad3908f8132e0d8dd88e1b672494bbd76b556927f 1.53 MB 1,348 2
Previous 10 blocks ↓
Total Size: 769.26 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,635.21 GB sent, 94.20 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.