Memory Pool Memory Pool Refreshing

10,054 transactions
4.06 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,722 (445,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
462,113 462,113 000000000000000000049d8e1614c26057e597c724a723413d234ec2b9b8a45a 1.00 MB 2,139 184
462,112 462,112 0000000000000000020c5fc30aaee2e5ad6796026086857b9908ba9d37896b87 0.53 MB 63 17
462,111 462,111 0000000000000000001234c586a8cfa52548c73acf0aa01a4fec61b156d09b56 1.00 MB 1,392 91
462,110 462,110 000000000000000001e0367e69a29715738b675807dfe087e37a70d7399fcb4a 1.00 MB 1,936 149
462,109 462,109 000000000000000001b2a3b376fd3bae5372205da42754cc22aec6213b849ad9 0.53 MB 723 117
462,108 462,108 00000000000000000028ff449ec9ed47573f2d2fa9d8e79ff0e68a4b9723fb65 0.30 MB 582 125
462,107 462,107 0000000000000000001565fad9b5ae1414c1892b1801fb7042774ed627eadd8a 1.00 MB 599 42
462,106 462,106 0000000000000000000ca9fa686e9d057ed66fbc604651621b20f7f5527e0760 1.00 MB 682 28
462,105 462,105 0000000000000000013ae9f1999196d101dbf59359c49cefdea9fbf95e19e484 1.00 MB 633 49
462,104 462,104 00000000000000000161103ef3e9bbfc08b87dc4fa63d210a8b7860b9511aa9b 1.00 MB 1,061 83
462,103 462,103 000000000000000001253855be89538357a6eb7f937299a45872a47111c6997c 1.00 MB 1,923 144
462,102 462,102 0000000000000000007f97d0000bf6903e9ff2b2beaa0b3d0b97373e3d5a8cf3 0.09 MB 110 84
462,101 462,101 000000000000000001e9c99c9e6f414010655a9af14de4aea1329a1ed6d31207 1.00 MB 1,332 81
462,100 462,100 000000000000000000824f2a81b88419fe63b10bb6b98840166766b43a6e35a4 1.00 MB 619 29
462,099 462,099 000000000000000000fa1dced00e78283fda58f7a5673447e6ab830dc2b7292c 0.99 MB 1,027 44
462,098 462,098 0000000000000000015a0c6173fc0e4bfd0733c37837b4e38f6ebad148e69994 0.09 MB 193 65
462,097 462,097 000000000000000000222aa50a27929a01597a10752d89d782d31eade5cc7e3e 1.00 MB 1,176 98
462,096 462,096 00000000000000000205a9333d91887b03df2e320c782971c16317fa5311e939 1.00 MB 1,764 124
462,095 462,095 000000000000000001a0b8dcfb5793962985a909e17cde72d26d8c68eb63cbba 1.00 MB 1,024 33
462,094 462,094 000000000000000001bd46e0e936a91e7087c6497cc14dcecc7ae085fa541547 1.00 MB 708 52
462,093 462,093 00000000000000000072d5534d06be0d4324fe24bff82a350d64e6ebc941e5b7 1.00 MB 1,639 152
Previous 10 blocks ↓
Total Size: 769.02 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,624.78 GB sent, 93.00 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.