Memory Pool Memory Pool Refreshing

10,005 transactions (2.41 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,150 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,723 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,149 (820,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,583 88,583 00000000000abce4c50ae348512159514a3a13431bd7163d8930cfe6f7b72001 0.00 MB 2 0
88,582 88,582 00000000000903e322880f9e8d2c09610355c36a5821f88d4d549196738869c2 0.00 MB 1 0
88,581 88,581 00000000001092284247a0ff9ce8455b99daae26d9ff4e742afaf0939a9bb836 0.00 MB 1 0
88,580 88,580 00000000001d79ca67f8a2d8ddc79f009101ed0671fa2a39f678f96dd25cdc5b 0.00 MB 2 0
88,579 88,579 0000000000045c3fa1b93de1e05189083561571f00ede012cf733e279e32bd61 0.00 MB 1 0
88,578 88,578 00000000000aa36837623d3bd700e807bd40ad4c96b4137b6bf7f604ad349ba0 0.00 MB 1 0
88,577 88,577 000000000011e5c9178a163dc6cd34cea2d3883fe539830166e8a77592dea9b7 0.00 MB 3 0
88,576 88,576 00000000000e016b14cded5dc0fe6c980e02f73b83188485c7920a2e4a62dbb2 0.00 MB 3 0
88,575 88,575 0000000000166625f6978be4e56c3460c3c78aec024f18ad1ef64b8c6c42008e 0.00 MB 1 0
88,574 88,574 00000000000c9a17b80fb2f06976db818b2dcc92bec34ba150df7037c1f8bfc4 0.00 MB 1 0
88,573 88,573 00000000000bbcabf5d6cfa0357896f00470415ee740720c656685a2a00203c8 0.00 MB 3 0
88,572 88,572 0000000000028fdf33dc0be09238a82276db9034952fc455b72f1bd009de4b25 0.00 MB 2 0
88,571 88,571 000000000009376b6e78b044ce46cb9b4f30337cb610b07e0f0c99e4adb6890b 0.00 MB 1 0
88,570 88,570 00000000000a8627625291f8091f16ba6a4626096a80e4355f645e4a4e737631 0.00 MB 1 0
88,569 88,569 00000000000fb1e9c99e818c677ac3c45ffc58c2afdea46550f6a054be8f0e68 0.00 MB 1 0
88,568 88,568 000000000011be1be3bf15f641915b5c2a7296ecd2c4cd78d78d6e45c0af2d29 0.00 MB 4 0
88,567 88,567 00000000001b1ef975525d903d71c9151a93dc869aee1ace783926d12d8b4474 0.00 MB 3 0
88,566 88,566 000000000010506f329eca6874818230986028fa82c77fd684fa5531f517c290 0.00 MB 1 0
88,565 88,565 00000000000da344a393c536ad4028a63aa091454e72cff52a5ae4ab3c664b94 0.00 MB 1 0
88,564 88,564 000000000013765eb79b5706d7ff0f640716fbb0c6b8f18c1126b93c6957cff1 0.00 MB 1 0
88,563 88,563 000000000012f1967f5ac76dcd832a8cb69ceb2f8ab3f3c56d40fd0574490c52 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.82 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,959.16 GB sent, 106.72 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.