Memory Pool Memory Pool Refreshing

3,883 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,671 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (26,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,412 881,412 000000000000000000000a9920a8e3cac062a8de1ce2bf168c1a51bb494399a9 0.60 MB 1,172 3
881,411 881,411 00000000000000000000f85289f17d562712209c7efbcbda0dedc27f1caa0b99 1.78 MB 1,499 2
881,410 881,410 00000000000000000001beb9c9fde8c43a9ef2f7814a0f757709a73387bc6c72 2.00 MB 1,178 1
881,409 881,409 0000000000000000000077858166f1abdbf0812627ab67762a95d1a1100a3735 1.97 MB 1,467 1
881,408 881,408 0000000000000000000196f8c21678b0bd2bced0b57bfb8a20aa9458ba20e2ff 3.18 MB 1,122 1
881,407 881,407 00000000000000000000d87a3695d874d63380b52af06ef31924ed1268cbe236 2.30 MB 2,418 2
881,406 881,406 00000000000000000000693c4f5e29fbc237266cc09f3ad3e1611ac3ba0dd2bd 2.28 MB 2,065 3
881,405 881,405 00000000000000000001ecb4c76e7c181a7995e4db9dfe1495c5a90c678cfa4b 1.93 MB 2,893 2
881,404 881,404 00000000000000000001a1375d9f60b3e536eefea8d325d7ae4874bcc5c4f75a 1.53 MB 3,880 6
881,403 881,403 00000000000000000000a1ad0c494bde67aa6f67a2655e9513c9fb89ae8c52be 2.03 MB 2,153 3
881,402 881,402 00000000000000000001a05d0b809adf5ca0b569181968de35ec94be2bc9452c 1.84 MB 2,964 4
881,401 881,401 00000000000000000000df5e1bda596870ec79f4a89e78e2d7e0459076689cde 2.27 MB 1,035 1
881,400 881,400 00000000000000000002314ba7342c626113aef05da0b22503643c7ce41c6e00 1.47 MB 2,582 3
881,399 881,399 000000000000000000011324ed87ce61bda683d68fe67a7e9d95af38e355d513 1.57 MB 3,632 6
881,398 881,398 00000000000000000000eb003afdb84bd958c75df74ecf392f86cc04b69fbde0 1.91 MB 1,833 2
881,397 881,397 00000000000000000002840317660711e4054511f1f1df8147210beb5d559977 1.62 MB 3,449 4
881,396 881,396 0000000000000000000028f653a591584653f1f804de29fc707c79de5bfe1651 1.77 MB 875 1
881,395 881,395 000000000000000000025cf619f07d74251d3185b9f53c0e4564f5cb38726d56 1.64 MB 3,202 4
881,394 881,394 00000000000000000000410a6195e82fb770c61c4d7ceb773f10ef756d2b472b 1.69 MB 3,066 3
881,393 881,393 0000000000000000000212697f96fab2c5923ec26223323a937fc25f9b3ab8f1 1.61 MB 3,668 4
881,392 881,392 0000000000000000000281e8d6bed70def565fbe786e6942a7a01152da0a4936 1.54 MB 3,642 9
Previous 10 blocks ↓
Total Size: 768.99 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.57 GB sent, 92.76 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.