Memory Pool Memory Pool Refreshing

1,805 transactions
16.24 vMB
Show Random Selection Loading Transactions
Max Size: 66/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,304 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,452 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,303 (818,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,726 89,726 000000000009971995cf4bc77e3704771f4463e36acd45ed84d88436e671e88a 0.00 MB 1 0
89,725 89,725 00000000000965a9a27ea58565937f434a6e18743bf6878a91e6d9034b73f8f2 0.00 MB 1 0
89,724 89,724 00000000001074e5451db5ce4ab5c9499cf75e331553090904b71b51c8618663 0.00 MB 1 0
89,723 89,723 000000000008e2f94a9edaffa341e08af6379936b4ec27d6eab23bba1e91bd14 0.00 MB 1 0
89,722 89,722 000000000006f911ed47bc9802b5866a25bf10a1a8431fd891779f1f70747eae 0.00 MB 1 0
89,721 89,721 00000000001201e4c5071676adbf7bfe8a28c4391e59becc523167fcec64cbe5 0.00 MB 1 0
89,720 89,720 00000000000d2eecb3a2c486df0e81f7fe0589fd9a0d1e3c01cf5494b2247b49 0.00 MB 2 0
89,719 89,719 00000000000212c1a4a91e7c4ab5b30f3b6bd6e5e7ab49b4f74334e939834c3b 0.00 MB 1 0
89,718 89,718 0000000000040e18234fbd32ad6ee42c28044e3528c445813a6f5c2969728329 0.00 MB 9 0
89,717 89,717 00000000000fdcfde8c7dc90796cc2bba2d7ddf24be4268a92b0e2f9d30efb1f 0.00 MB 2 0
89,716 89,716 00000000000e55753494951226955f1cdb7d5ec30169d7ea5f9483759da1189d 0.00 MB 3 0
89,715 89,715 0000000000078500410e6b7917a988fd8ffbbb249e92a868c94ca2c5503d2913 0.00 MB 2 0
89,714 89,714 0000000000029ada38a9a922f79f5dbdf62939a0dcaecf6589542f9eb956ff90 0.00 MB 1 0
89,713 89,713 00000000000c7825b9b13dc10df167e61a186136bd8dba45e0a16658832c7042 0.00 MB 3 0
89,712 89,712 0000000000092d8afc0c83690b6940d2391f046c19d14e07d0d247b0910dfa29 0.00 MB 1 0
89,711 89,711 0000000000128c607d62d82c088ca2b55f1c7e2d4abd993b9e66e8f29c0b3ba0 0.00 MB 1 0
89,710 89,710 0000000000075fe3a7e97068d4646ea52b84f0b53ea427b962a077ad56625cbb 0.00 MB 3 0
89,709 89,709 000000000007e9dc71795f313bc8cebaa224fa58c49165e0b8d158bc444d9d03 0.00 MB 1 0
89,708 89,708 000000000010f3b2171b559c49c9b8dd4ea07d334306a09fcf016806b09bb8c0 0.00 MB 7 0
89,707 89,707 0000000000092448f9c9f066088ba796764c1f1d47eed0acaf469323efa9505c 0.00 MB 1 0
89,706 89,706 000000000000388e4dfd41ef32003d37772a4ab4ac267fbb2bcefba58279a98b 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.45 GB sent, 98.50 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.