Memory Pool Memory Pool Refreshing

3,485 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,615 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (429,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
478,482 478,482 000000000000000000f8d4c1e2ac4cd553bb7a09fcdc86f2b5ca89e7ec0aadbc 1.00 MB 893 50
478,481 478,481 000000000000000000ac2d11f57f946dc43453014a6ddbc21942637cb28e7389 1.00 MB 664 60
478,480 478,480 00000000000000000041a56131da7150f2a546e15aff0e6eb8acae90753ac7af 1.00 MB 1,176 118
478,479 478,479 000000000000000001095286922710d90e681a6bd8f81598b1f05c8d9a1b1400 1.00 MB 2,235 174
478,478 478,478 0000000000000000005840f06bbd93feebe4b56e78c56f39ce1b0a3e427cafd8 0.99 MB 920 60
478,477 478,477 000000000000000000de84797feda2cd3b753721133946eafb9809d85045b861 1.00 MB 1,651 96
478,476 478,476 00000000000000000082c59d4213431a64bbb7c9f49aa50395062e2c6d2fe2c9 1.00 MB 543 66
478,475 478,475 000000000000000000f301a8bfccf52781492b29070a2a4c382ece40722f0162 1.00 MB 429 43
478,474 478,474 000000000000000001020f26565aa05b18cc3d24f3bf4fffb3a79793d4058f32 0.99 MB 1,111 50
478,473 478,473 00000000000000000037d6f06b98acc64e03cea2708515436d43dfac1f9c0115 1.00 MB 1,772 149
478,472 478,472 000000000000000000b1a4b5b9086dc42cd24a03bfe4592b74bf67fb2a8e5e81 1.00 MB 1,364 107
478,471 478,471 000000000000000001202768c082862c5fb27a1a965d0ef7bcd7db734691a8f4 1.00 MB 1,440 65
478,470 478,470 000000000000000001074970ebd9722ec859c259393e1fcad4434486417b5fc8 1.00 MB 1,926 84
478,469 478,469 0000000000000000005150734f35c111855047752d2569f5497e9362495adba5 1.00 MB 1,960 96
478,468 478,468 00000000000000000107bbde63cc92ae8aedc977e3b12dbcf3b12c85c394fd87 1.00 MB 1,691 173
478,467 478,467 000000000000000001221938048f088e6dac4bebfa1dda672296464fc298fe49 1.00 MB 1,516 112
478,466 478,466 00000000000000000044ffcb2477d942ab0a75711759e33a91bf3a354e913ce2 1.00 MB 2,407 221
478,465 478,465 000000000000000000199b514ca592cced88983d4a4d5434e668c4989a4e1058 1.00 MB 1,791 140
478,464 478,464 0000000000000000003adab5d77074f25af19eb1c2547113675841577926fb12 1.00 MB 2,083 138
478,463 478,463 000000000000000000fe428300a92977b972e4906c250243762934dc6b27cfac 0.99 MB 1,474 128
478,462 478,462 0000000000000000000330a06cc870a4152eb801af2cd658ae1d49c4225c248b 1.00 MB 1,705 122
Previous 10 blocks ↓
Total Size: 769.24 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.06 GB sent, 94.14 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.