Memory Pool Memory Pool Refreshing

9,283 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,849 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (742,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,679 165,679 00000000000001073f9f8abe1c67e18f61a107ea7cb62e4dc2b772722d04550f 0.00 MB 12 373
165,678 165,678 0000000000000a30dfe1c5649c7f20256bd48412bb2945b60efc326790b32e5f 0.03 MB 54 35
165,677 165,677 0000000000000276cdc25ed9a14522b155dcdcaac153b51dafacb5547a8b343a 0.03 MB 45 473
165,676 165,676 0000000000000b4e966533f02c5f22f4ae33cee807c65df050d4795f1c7c5998 0.03 MB 110 52
165,675 165,675 00000000000009a5fee0a84f6c2784daaa85e8dc6d54ffe629195789892e6ccd 0.02 MB 51 252
165,674 165,674 000000000000002d61f9eb473435e8a292d7027985e5192e67593e77e9ec8289 0.03 MB 85 172
165,673 165,673 0000000000000be837d76d3846027311b45e2805d6a924c74faf10758ba2a1fc 0.00 MB 7 66
165,672 165,672 00000000000000cb50183983092418117e188627e5a87b329ea181359ce622d2 0.00 MB 1 0
165,671 165,671 0000000000000a6138fef7153d3779d7ce723605b0e6889157b3f5a657d05173 0.01 MB 35 34
165,670 165,670 000000000000054f5544f89ea41aa7786316af8a1892ae53fe007c82b4cdaab5 0.01 MB 25 356
165,669 165,669 0000000000000a248a558010689bdad49f336458577d7ab9b63e6b24d1eaa171 0.00 MB 12 76
165,668 165,668 000000000000024d0cb5cd95b34db7ce3db23816e7789dc205ca747968574642 0.01 MB 34 102
165,667 165,667 00000000000001cb526d6118b1a9012e61919531969fb0792c4b3f4b363a0a33 0.02 MB 57 164
165,666 165,666 00000000000009d58abc6896795b38e18085f64c62137c1692f5d8a6756930d9 0.01 MB 13 46
165,665 165,665 0000000000000a510fac993d02949e31c349bf6bd496bca4b13c90117b695ed8 0.00 MB 7 23
165,664 165,664 000000000000050c2af1c112cc13862c0313836a7dc7c9d92825a8d9023bb33b 0.00 MB 11 0
165,663 165,663 00000000000009a7debafb7924ee636296c3c68e4c4f592931b328b37c8602f9 0.03 MB 46 57
165,662 165,662 000000000000048ace38bda1042181778449ebfdc3fe04b1b12dbe8bf3a0958c 0.00 MB 7 380
165,661 165,661 00000000000006b0146763012f6ed044c007313b49036673356a6249f9be8eb1 0.00 MB 12 350
165,660 165,660 000000000000019a95b4688b82129c87cef2bcadf01d8e33492920da4acb74d6 0.02 MB 45 300
165,659 165,659 00000000000004ab86a8cbc2bfc4e807f6314e8b6bf30f902ab2d2374d547947 0.05 MB 159 43
Previous 10 blocks ↓
Total Size: 768.98 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.46 GB sent, 92.72 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.