Memory Pool Memory Pool Refreshing

5,122 transactions
2.09 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,690 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (40,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
867,678 867,678 0000000000000000000188d0c064599af14fe9824c05f2b33aeed6bc6804f189 1.59 MB 2,993 5
867,677 867,677 00000000000000000002c38d77e4ea4a5eda35c3712eecb8c88aeaf506af36d4 1.56 MB 2,788 3
867,676 867,676 000000000000000000014f2fdfe5013135100d9d5f608aff6526eb2964a8a419 1.69 MB 2,746 5
867,675 867,675 0000000000000000000247f673c2d08c09e09a1942389239da30e8d117d34140 1.62 MB 3,052 15
867,674 867,674 000000000000000000013460ce0ab0507e1eda8696584c5b2f7ebf01bf2b59c1 1.73 MB 3,419 3
867,673 867,673 00000000000000000001414bfe079da883758d07c8296101e3c6113089b4f3d2 1.91 MB 2,839 4
867,672 867,672 0000000000000000000136a32582277a06de6f5211153befb678510ccef466c5 2.01 MB 2,103 2
867,671 867,671 0000000000000000000155286a139ee806a58ed05fcf862c213511b3c579d5a6 2.07 MB 1,125 2
867,670 867,670 00000000000000000001d364c76d242664e372ddb3379cef0ed3f860db83b785 1.61 MB 6,244 3
867,669 867,669 000000000000000000025e8f77aedc67db9f14b9d39535ac8c6178a957dced4d 1.67 MB 6,287 3
867,668 867,668 0000000000000000000104543fead149d0ee64a64a7798e62d078d1639931891 1.60 MB 4,429 5
867,667 867,667 000000000000000000000029b26305f3bfbe35208a9701b853e6e9c224582a11 1.68 MB 5,137 4
867,666 867,666 00000000000000000000ca73904f13433100fab8830800e5b7aedf1dfca99d7c 1.78 MB 6,387 2
867,665 867,665 00000000000000000000429faac63974c541c1970bbd173a725892f5b9e5cd4f 2.11 MB 3,959 4
867,664 867,664 00000000000000000001ec21a1dcc11c19cded7a7021868ba55b21b3e1aa0848 2.24 MB 1,967 3
867,663 867,663 00000000000000000001bb2c2a2c8c05408a281f96b655bc41048e613cd621c4 3.45 MB 1,010 4
867,662 867,662 000000000000000000016fd67e7f0335020bbc3628cd86188e709ecf5f3baaee 1.66 MB 3,732 7
867,661 867,661 000000000000000000026c6ab4b0f594df150541856e4294d1d168ec8aee4313 2.76 MB 1,443 3
867,660 867,660 00000000000000000002721c896f4f0714decf010395480982ff94b8fd6db46f 1.69 MB 3,726 6
867,659 867,659 00000000000000000000e2127481fce564d0a3c687c59efaed36b0eef71dcdd1 1.67 MB 4,508 7
867,658 867,658 000000000000000000027ad9b333ae5270407c674c653509676ade9b24877c22 1.91 MB 2,969 7
Previous 10 blocks ↓
Total Size: 769.30 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,642.61 GB sent, 94.42 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.