Memory Pool Memory Pool Refreshing

7,529 transactions
3.35 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,578 (891,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,588 16,588 00000000e7d7fa57b59184cc635db8a1e96738ecd110ac54e5d422e954f225b0 0.00 MB 1 0
16,587 16,587 000000004a6375d83bb252d5458aecdafde944f432bfcbf5a91fe604b8160cca 0.00 MB 1 0
16,586 16,586 0000000031cccdb13eae2e6e98ea8a3b61299a48926510b0aa6d9902cd0dc71d 0.00 MB 1 0
16,585 16,585 000000003d69566cac388cabca49938a1601504a68b086df7ddbc2c44145ad99 0.00 MB 1 0
16,584 16,584 0000000039be3ca2c321599d7ff4e8b42fb2eb22908aff0def8f7d952284799f 0.00 MB 1 0
16,583 16,583 000000008a7f16b8c360d0566c26d5e1682a922c0283a156cc757b86b54b0195 0.00 MB 1 0
16,582 16,582 00000000392b3ab81154ae11ebc4e4d938e148f3f1da76d0c776678e14a96cc0 0.00 MB 1 0
16,581 16,581 000000006e1e8c8da5ba271a575635a1935b62b0a76c84900bcfb261da7cc893 0.00 MB 1 0
16,580 16,580 0000000022b243d13dce44abe2bc9f0adbda36c49a7d348909b8bf4c3dd7a7d6 0.00 MB 1 0
16,579 16,579 00000000b7517c79684dcff164d9621e28567a33045e05ed8e30e2b145270e7b 0.00 MB 1 0
16,578 16,578 0000000046ead7e868d7ed9b6f98f768db423830506b3ef32f2ba8fc5fc3891e 0.00 MB 1 0
16,577 16,577 00000000383c3cb9a8028e98dba0170f4e5176a9fb933d7ae6934261c2100f8a 0.00 MB 1 0
16,576 16,576 000000003dd019b3999f229873fbd7a298f868c891e3729868e29c91d9512126 0.00 MB 1 0
16,575 16,575 000000006e1700f900c989f40a33087d81640958194b8a292e519a0461f4276b 0.00 MB 1 0
16,574 16,574 00000000c56c2e44543ded2e52d8cbed47354cca3a22350af9428ec383c37e96 0.00 MB 1 0
16,573 16,573 00000000b93464d99c353e487de77f5ee2270e78219fdbe2dd7d9d419d066dc0 0.00 MB 1 0
16,572 16,572 000000007507b5b48b0b56389663fd6fc2aca0f70bd3778fa67029b0e30c0c01 0.00 MB 1 0
16,571 16,571 00000000561434f9b98d1389503f9d066abca3687ef1fc014525e7e2e63504b9 0.00 MB 1 0
16,570 16,570 00000000e60a6ac0e94a9e0625d74ff820544acb85fff9bbb96bbbd20d3fc224 0.00 MB 1 0
16,569 16,569 0000000022a4226e0181579a70428d0dc61aa8ae25af01e643b1149c74c6cec2 0.00 MB 1 0
16,568 16,568 000000003c8e3e278ba69408f1f0e22416fb6464ebd1dd16185cb5d95b8b4748 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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.50 GB sent, 100.86 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.