Memory Pool Memory Pool Refreshing

5,992 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,424 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (422,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
485,125 485,125 0000000000000000007d8b46f6506989d2b99fd42253c956609decfe2927fb09 0.31 MB 596 88
485,124 485,124 00000000000000000097064148f8534e5d514947efc486ee8cf273b11fa8daa1 0.17 MB 382 90
485,123 485,123 000000000000000000b7a208be98e42f4c509e62b2998be5ed16c867ce664398 0.00 MB 1 0
485,122 485,122 0000000000000000002fea27a046f981feb18f0a97eebdb6b113dd250ac0b6e7 0.43 MB 647 46
485,121 485,121 000000000000000000d1bd4b5b3744ca7310a5df75291a6c2ca9e1770edcafbe 0.63 MB 1,261 44
485,120 485,120 000000000000000000efcb3b164c8f52488dec89877ed584ae635f602ac99366 1.02 MB 2,239 76
485,119 485,119 00000000000000000036359678a9ac7f3695451b41c451148b49d20bab70c498 1.00 MB 2,335 143
485,118 485,118 000000000000000000194e283d42bc1cca21be9eb5fb1de78f83e0c1dca3d758 0.86 MB 1,994 87
485,117 485,117 0000000000000000003e089573e5438a040a59d761fd02ca41ea141c9c279bbc 0.25 MB 574 102
485,116 485,116 000000000000000000628e95752b032678c61086d7411667c1be05a8508cfea0 0.55 MB 1,036 27
485,115 485,115 0000000000000000003c57fb8740e8c19b400b4f992fd1646a30cbbb302fe67d 0.83 MB 1,882 118
485,114 485,114 0000000000000000001b39117e6c29492e49d93e63e27ddbfcd0633cee325974 0.29 MB 759 93
485,113 485,113 000000000000000000b63b55e5e55fa8b4626cc939210ebd5dd752d1c12bdad1 0.07 MB 193 43
485,112 485,112 000000000000000000e4f416b4eeacdae214ecf12bd8c35a56fe5dbd296309cb 0.45 MB 1,123 89
485,111 485,111 000000000000000000705732c5a8130358b0d1bca8fe8b650032701214448eab 0.20 MB 446 116
485,110 485,110 0000000000000000004adf9cd6ad7d80fbbe3abc3e1328b254a1d7f25fbdf46a 0.81 MB 1,503 75
485,109 485,109 000000000000000000c7842f2c4283448b63fb0d09139758ee9346faa7b59932 0.76 MB 1,756 34
485,108 485,108 000000000000000000a26d2b7b9a6227011fac99a8779a6b4c64ddf4ace7bccb 1.01 MB 2,088 88
485,107 485,107 000000000000000000683e2c6110d8d162e49b20083cd346f7d620844f13c4fe 1.00 MB 1,739 141
485,106 485,106 000000000000000000606063790cc0c085d9d0211999ce80ff16f0973ba00f96 0.39 MB 890 100
485,105 485,105 000000000000000001297edcd162529c4075f01a9ac8eb341b2d39c546bd69f6 0.21 MB 381 116
Previous 10 blocks ↓
Total Size: 769.29 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,642.53 GB sent, 94.39 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.