Memory Pool Memory Pool Refreshing

7,096 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,591 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (631,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,617 276,617 0000000000000000b013d7d1a2ae12dd36a7bb48d141806158621ce82e535d92 0.10 MB 228 59
276,616 276,616 0000000000000003a1e7fe92f3533009d69895f98c50eeaa7ca355aeb37b4efb 0.19 MB 410 41
276,615 276,615 00000000000000031a6e7c94a4086f788320790364ec32082df68ba250e2d0df 0.05 MB 77 54
276,614 276,614 000000000000000194e9de5881e03ef1fc16e0112665fd6b70962d9198e68272 0.21 MB 342 35
276,613 276,613 0000000000000003790ff47aed9259137ad4e3aef0e3ec997d6b71883e6cd3b3 0.21 MB 369 29
276,612 276,612 00000000000000033e8f701e626c8639da06a1075ae9a966792661ba82f0ac94 0.03 MB 91 128
276,611 276,611 00000000000000006f50c2e7a14b799208a49a8559b90bf4b9a549e0778d1ffb 0.15 MB 326 48
276,610 276,610 00000000000000033541b7ce8f68e5e072b0537adc7ddcbc767f1129b5316ce0 0.14 MB 343 33
276,609 276,609 00000000000000020d75eb55c9f9d162830413d1ec20a0a64c21a3f3dcfa1a08 0.15 MB 212 17
276,608 276,608 000000000000000380303abc3612c9bb00265cb489d454b1b5d01c23b5e297e3 0.25 MB 256 18
276,607 276,607 0000000000000000900e9cd48f8242d885315969e11bc2eeec70083b8eff832a 0.50 MB 1,275 56
276,606 276,606 00000000000000015ffa84a52d4f315875c5305faba87a14dea308046a30e209 0.22 MB 97 15
276,605 276,605 000000000000000357a7bffba9abdbe95ed7db3ef5bf9103f3341da2b6ded9d2 0.50 MB 1,330 80
276,604 276,604 0000000000000002dd2f9992968ebbbaea592ba6b7135187c71859f1c1fd349b 0.15 MB 86 6
276,603 276,603 00000000000000013f09fc57a8d24ae058c3708cbd97b146c0dd62a59a32dbd4 0.14 MB 132 19
276,602 276,602 00000000000000027eb9bc113ed7072e9592925298688247e4e0377018efc828 0.25 MB 609 61
276,601 276,601 00000000000000023f21d17384979ce23c829aa5088f1de0a6d08213887f7568 0.20 MB 398 37
276,600 276,600 00000000000000018809be32e4682cb98ea78560f697352cc6b77d719adf0b39 0.11 MB 216 42
276,599 276,599 000000000000000287af2ddf6afb08ad2bc4b0edd1216cb606b9262902b0683b 0.15 MB 77 4
276,598 276,598 00000000000000014a6801ec64290c076817226c01d5757e426c6fb01b294724 0.06 MB 150 31
276,597 276,597 00000000000000024d1e1583cf764535c9aaf663726921c7ba1af8331e1758ae 0.18 MB 264 42
Previous 10 blocks ↓
Total Size: 769.03 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,625.98 GB sent, 93.05 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.