Memory Pool Memory Pool Refreshing

1,588 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,581 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (766,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,667 141,667 00000000000008d908c9dd27a787e630e7e7670a6520529e1245584b4c4c3b69 0.03 MB 91 30
141,666 141,666 00000000000002cf14c8f5fce4bd046a4a37b302b5f4f9c23ba874935543a12a 0.05 MB 87 222
141,665 141,665 000000000000093750a89a4a39dafe8089e66804cff3fe4ca60daf6e2687ddd4 0.00 MB 2 1,688
141,664 141,664 000000000000017742648d8288fd86bb1659f6bd88b74ea63b100a4fc9892d76 0.00 MB 12 480
141,663 141,663 00000000000003cedfc74397e04c3ff710659a429e2e0f30042aa4bf6f076ff7 0.05 MB 139 45
141,662 141,662 00000000000003b4551a1933db28a87e39d3e0813be2cc786a56e75a8f3d492d 0.01 MB 23 69
141,661 141,661 00000000000008c0cc42da9dbcc15935867f50e7d1f55687f0139c0872d1a9b9 0.00 MB 9 259
141,660 141,660 000000000000013372b353ff016c3331033daed770723138d4d4e7c2b2d13102 0.05 MB 134 106
141,659 141,659 0000000000000845399cef8f9bcb2d8533fcb3422c6ea6718b0316e9fe38f61b 0.09 MB 170 179
141,658 141,658 000000000000006d7cce964c43475b54d1abf122607de1d611737ceadf739d3e 0.05 MB 90 651
141,657 141,657 0000000000000216e9deb238f922bcafa2d9a158da3e9badd8f75bacc95f008d 0.05 MB 149 166
141,656 141,656 000000000000067532c820187263bc731a5e6344c9814717929b2f90dd35bea1 0.07 MB 149 526
141,655 141,655 000000000000057cf43e815e4f335b11e8dd871b4ece4cd9c20b0a9361f6ee6b 0.02 MB 43 124
141,654 141,654 000000000000045f9e3ad0786b1e9a5b7614a972ed766b20e8823e799f8cff8e 0.01 MB 12 1,575
141,653 141,653 0000000000000064415eefbd0dc06cdbb4a345f6b03505fc6abeb99b02f77ff6 0.02 MB 48 280
141,652 141,652 000000000000009cd1a10007bfe7f232bf0fa8367a445050f929776fe2364853 0.01 MB 25 365
141,651 141,651 00000000000003445cc454992c8c7ef3a13e408dc82addce8a43bfe2a9d1b58d 0.00 MB 6 23
141,650 141,650 000000000000001b9bcf311345da14c8da9b5f25066fcbbaf8918b7bb95f14eb 0.01 MB 17 315
141,649 141,649 0000000000000902c24224676c6f1fcc0dc591241dda99ff6ac04f31a60cb2ba 0.00 MB 7 345
141,648 141,648 0000000000000834311469e798e3d214395eee4a0cf2c0525ec20aa77f58436e 0.05 MB 154 87
141,647 141,647 00000000000003d614b1d4296d99c64bfa020166612027db700b5cadbb3e35b2 0.01 MB 15 369
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.