Memory Pool Memory Pool Refreshing

6,066 transactions
2.11 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,777 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (46,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
861,565 861,565 0000000000000000000150122bdd6b68581a1f6e69fc27aa664dfc8017890bf0 2.26 MB 1,875 3
861,564 861,564 000000000000000000025b725dd2856f2994902ba61dc366e7b75c042eb110e4 1.71 MB 3,786 4
861,563 861,563 000000000000000000011639b8ab251dddca38b5e2ba5f8e01a7a7bb652543e7 1.55 MB 3,912 13
861,562 861,562 00000000000000000002099b3eec8e160c71823a119e1280720affb44c81bd4b 1.58 MB 2,918 4
861,561 861,561 00000000000000000000b068c9929685575a9f2c115146f8c38b05dd4758358a 1.56 MB 3,107 5
861,560 861,560 00000000000000000002f4549d849eb6c01aa1ceb49f817f0b9c2694b9631525 1.62 MB 4,357 4
861,559 861,559 00000000000000000001271aa8b2dc6542ee3699c98a1db3660520a6e5d64d47 1.65 MB 3,104 10
861,558 861,558 00000000000000000002a34d490486752b27002f79e5b2bd3ff1c88e35807c0d 1.62 MB 7,396 2
861,557 861,557 00000000000000000000bea85f2369fe38c3a031fa81743dc5547572d7456a2e 1.65 MB 7,877 2
861,556 861,556 00000000000000000000adf03d4434b2d7af45e0ba273a25255d8372e8b9c7b1 1.56 MB 4,523 4
861,555 861,555 00000000000000000002906f3d58c3dfef167bffc53890af8750dc259af7a03f 1.60 MB 4,519 4
861,554 861,554 000000000000000000028b406aebe49c58a22aea66fc2630cf30a35942329b7a 1.63 MB 4,614 3
861,553 861,553 000000000000000000028aec0bc0ab9306115fdbb7c206d4b2859813ec56d6c7 1.62 MB 3,348 6
861,552 861,552 000000000000000000000c671f1320c9bb51fcba5b0bc20616c28ad727344491 1.54 MB 3,295 8
861,551 861,551 0000000000000000000259ba7805a9905322c0404b68c0eb35deb581a14112ed 1.63 MB 6,771 3
861,550 861,550 000000000000000000001ff0771e536eeaa20931eea78984f455ce6c7dd96f11 1.57 MB 5,162 4
861,549 861,549 000000000000000000020aa60a118af5329587dc3ddb6c221ebd39d40ce7c287 1.56 MB 5,214 3
861,548 861,548 000000000000000000022ebc34b46bbcfd4505914d601d169854bdc34af59b8c 1.91 MB 6,025 3
861,547 861,547 00000000000000000002de426dccfd062922999de9d69c5d0af652ac49d5b2f6 1.59 MB 4,159 4
861,546 861,546 00000000000000000000123ea1ece04eb91fc2d3c97e5c683da68fb50197eba1 1.58 MB 3,743 5
861,545 861,545 00000000000000000000dc48f3b22dce892390937164902217ce7a13109b6b04 1.63 MB 6,320 3
Previous 10 blocks ↓
Total Size: 769.25 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.20 GB sent, 94.19 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.