Memory Pool Memory Pool Refreshing

979 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,798 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 966 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,797 (205,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
702,499 702,499 00000000000000000005e3f836991ea68e9e62c7022b4fc4bffefa9c40a032c9 1.24 MB 2,621 13
702,498 702,498 00000000000000000007693034bf82949ee865584092998c1e4b63d9dedae8ab 1.53 MB 2,666 27
702,497 702,497 00000000000000000003ee387e0822043407e833da87a9868e45a9a55de9a390 0.11 MB 293 10
702,496 702,496 000000000000000000031fb30689755d9b68c44985ba3c6ac9761348b1d9bbb7 0.18 MB 349 6
702,495 702,495 00000000000000000008e51d17aa8bc02c8488c4500462571c98fede766ab4ca 0.75 MB 1,329 11
702,494 702,494 0000000000000000000469f30dde463329e88702899a11af98d1772dee060b84 1.52 MB 2,992 7
702,493 702,493 000000000000000000008439a0c2a834bb026d4f773ca82959cca1a6138bb6f6 1.58 MB 2,543 18
702,492 702,492 00000000000000000006d1201dc456821c5b93f7de9c18272a1e0b0104d4ab46 0.14 MB 309 7
702,491 702,491 0000000000000000000ac1f2dbf9348fb147852fb0d8c8db67ddb57a63088027 1.09 MB 2,491 11
702,490 702,490 000000000000000000006df43a807ae118822f8814035edc47a7aabaa059a4fe 0.16 MB 296 16
702,489 702,489 00000000000000000006819d977b8b9a542a0226c42635d1e2aa6a3454d92a73 1.38 MB 2,110 7
702,488 702,488 00000000000000000000a64ac68484f71199f8d9130cad54e23da2566cb8d1f3 1.33 MB 1,847 10
702,487 702,487 00000000000000000007e18d5f9d8a98bf6819376809ea1fd6112b483b1a736d 1.57 MB 2,538 9
702,486 702,486 0000000000000000000b30198804b0af968bd324343e4212657d98d71113d47e 0.08 MB 164 8
702,485 702,485 00000000000000000004774f7f804805b58755e77e98ba349286b0657ff39758 0.09 MB 185 9
702,484 702,484 00000000000000000006fae5cf6009a7bf24bc66abd1af09f3e707655d0c1700 0.23 MB 521 10
702,483 702,483 0000000000000000000cdc63fa7d38ce51ce1087b6cb12faf3fa70fc2e066613 0.57 MB 1,043 8
702,482 702,482 000000000000000000074b02eb2de58d80bec0de4ba79a120f573c723477906a 0.45 MB 961 9
702,481 702,481 0000000000000000000e3c96968f665a2dfd179df8ce76b521a25b58ee528032 0.87 MB 1,330 8
702,480 702,480 00000000000000000000448f435243dcba8afcaedaf84add42863dcc8f7550dc 0.32 MB 637 7
702,479 702,479 0000000000000000000112750aea5bc7c75f9c6c645e5d5db1708a632712cc6a 0.58 MB 990 8
Previous 10 blocks ↓
Total Size: 769.16 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,632.73 GB sent, 93.69 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.