Memory Pool Memory Pool Refreshing

2,339 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,009 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.74 vMB 2,326 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (755,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,639 152,639 000000000000098be66012f7cfda4808ebb63bee733a78ecbb5137a3f34334aa 0.02 MB 50 75
152,638 152,638 00000000000008c540507e0e0caeaeb82966d39f7c0298be1881b21d13dc1191 0.02 MB 28 119
152,637 152,637 0000000000000c6d3949be961dea76656d7e1c950c8f2744bd245e296d7c3ed5 0.03 MB 109 123
152,636 152,636 0000000000000caaf75f9edcac85b5ed8f242dbc4bef6a0d7e63c7f03ebb2b97 0.03 MB 105 53
152,635 152,635 0000000000000b01c3c0e56e7524387d0cb0bf523a788cc9526ff7d39c5c5b54 0.02 MB 41 214
152,634 152,634 0000000000000822ed8d2e556cfff5bb9197f6cce24dd32a3ca079953462b90e 0.03 MB 80 128
152,633 152,633 00000000000009786ae51cd0626735855f60c4e16125b7c218e745b90368b3b8 0.02 MB 68 128
152,632 152,632 00000000000004c97420e0443c48e09007a4c08bee51d156f5b235decdcd0273 0.01 MB 24 110
152,631 152,631 00000000000009fcb365638b2eb8fec056e4b627aa13dd04f1a000e85a8aa214 0.01 MB 19 25
152,630 152,630 0000000000000786422827b360fdeadc0f6bfec94407d32c59be4387335c3f0f 0.01 MB 24 71
152,629 152,629 0000000000000a4d907750bf81fb2ebe1d9f43328d9c6339b59c122e129ba4ff 0.00 MB 2 0
152,628 152,628 000000000000062d79952bfd484edc78e0f4d141a776f4ad45ada7d3a56078fd 0.01 MB 22 169
152,627 152,627 0000000000000d6448d8670ec6112f01e3591dfe258a586797512c6bedb105f2 0.04 MB 118 27
152,626 152,626 0000000000000c2ef06e4cc169c53c085ef4c5de6b321fd16ba2a96858f8e227 0.05 MB 155 0
152,625 152,625 0000000000000c424c5609c2a64cefc98ad05e8cfefd0e97b8135fda55d61e9e 0.01 MB 27 84
152,624 152,624 0000000000000d4961caea1ae171d8beb99346367418fa3e3924f8f3ad173872 0.02 MB 59 119
152,623 152,623 0000000000000a426075811a9ba8f300bcbee61036b014bd1a38e6a3263f7424 0.05 MB 127 165
152,622 152,622 00000000000007604b70f75b541ce78f9fbe37ef99282379992d3f4c385de47d 0.02 MB 33 120
152,621 152,621 00000000000004b816541499e182a8c554d0e323cf276c3c2b03bd3d8e008733 0.03 MB 68 122
152,620 152,620 00000000000001afb9d06075fc6df9e7c6594b2e64bbfdb845fe264b8b2e77e7 0.01 MB 34 5
152,619 152,619 000000000000084622be550a3797baf90171b791e2c025fb0dfff5e9f791cf20 0.05 MB 126 83
Previous 10 blocks ↓
Total Size: 769.56 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,649.29 GB sent, 95.75 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.