Memory Pool Memory Pool Refreshing

10,772 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
908,573 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,056 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (840,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,436 68,436 0000000004ba6476cfe13bb69a669d55757b6c3b216935ff34ab292967bff9bd 0.00 MB 1 0
68,435 68,435 000000000448c22a2a050239d580c27e4d815d885a25e53eb67a6c30666436d1 0.00 MB 3 0
68,434 68,434 0000000001397d9a496cc565b0f4b331376f9e47bb4a9a34fdddd1457df88ae8 0.00 MB 1 0
68,433 68,433 0000000001c77b9738d5a4d4c37ee9d3c69db551077c1b2c328232c529f53ad2 0.00 MB 1 0
68,432 68,432 0000000001f8e758fb29aed88721a8f4fa1af31d6bcec72e017cf0779fb04062 0.00 MB 1 0
68,431 68,431 0000000002eedd5fc8b20e06fc3f5e5864c55e15c04320c35fb2064f77131df0 0.00 MB 1 0
68,430 68,430 0000000000c901bff3d401acdf90c93e8b33756e57449186081f7248e32b2dcd 0.00 MB 2 0
68,429 68,429 0000000000bd8ac866081e3ff03bf48af48b0d42caf52d74f96436e6a219028c 0.00 MB 3 0
68,428 68,428 000000000149dfcbf4af859883bb94356f517fb55cfe3d2d2ed129d0ad90a7c0 0.00 MB 1 0
68,427 68,427 0000000004ac22f1661c53bf0ae4ce56d6748b043c89d99ebdf2b7818d09ccaa 0.00 MB 1 0
68,426 68,426 000000000163bd29b7d2b0263812842dfaf5c7a99473a0889dd375cd91c5cbd3 0.00 MB 1 0
68,425 68,425 00000000034eaf9e072634510735d037d1cb43f5030a123635387c08981f8e7e 0.00 MB 5 0
68,424 68,424 00000000044b51804e50d785e9ac64d816bd3a2c708bf9e32c9def4da07badd1 0.00 MB 2 0
68,423 68,423 00000000006305f5ca650951986b804955c68eab0d124600835d5f99bccac64e 0.00 MB 1 0
68,422 68,422 00000000049c7aa5986e9ce76279779f8b3cdaa360dbb2e612f2b09fe8ebd2f3 0.00 MB 2 0
68,421 68,421 000000000051a0e18b6b844bad014180bcc417942b75463a445f33c97995a463 0.00 MB 8 0
68,420 68,420 0000000004b0cfe2196da9e30a3c6ff521e91742034eca57ca6bb5305934ff6b 0.00 MB 4 0
68,419 68,419 0000000004c45336eb3c67273fcf6d9265cdadcab60473fc3487b35e5a4ba72c 0.00 MB 1 0
68,418 68,418 0000000003ccaba14b6582a08ebc10960a9fe3270679b54c3ee87997c53a7ca2 0.00 MB 2 0
68,417 68,417 00000000051ed8a0d9f8d6a7bfea79ae35af8baf3de28454f3afc3fc5bbbdcfa 0.00 MB 4 0
68,416 68,416 0000000001ca890eb7ca11c22680e13800c54e9cb11f2e39f51196a89370789d 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.18 GB sent, 100.79 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.