Memory Pool Memory Pool Refreshing

2,654 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,667 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (614,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,246 293,246 0000000000000000b01d90d99472834b17214bd4a8c4758b527ba5cfdfdbbe64 0.29 MB 512 35
293,245 293,245 0000000000000000b21ebc04e1592e487e6f5c7a0f1940580e2acb52e90be936 0.37 MB 614 34
293,244 293,244 00000000000000007aa96a291e1ea659f75a0e91ea6f79b2f86ea4028083d530 0.09 MB 193 32
293,243 293,243 00000000000000000b39c35a63db42e88633bd0966833fb7e65dacc7745a2da9 0.20 MB 314 31
293,242 293,242 00000000000000009d8518f197774b52c7cb70ff08b393051b493611f9887734 0.34 MB 560 31
293,241 293,241 0000000000000000693f156a0aa53c9b0c49c7920967aa1b14cd4aefceeaf9ad 0.26 MB 247 26
293,240 293,240 00000000000000007374dc98e48971e14164da3995e99316f17ca383ad948275 0.35 MB 631 40
293,239 293,239 0000000000000000091878af2068112e51af81fd07c45b07973972fbedee2ef0 0.50 MB 1,125 44
293,238 293,238 0000000000000000b6d0e5b24331ea67f3ac47cc3a743648be8624094579bb37 0.34 MB 591 30
293,237 293,237 0000000000000000a41733b4914292e09e3d30317d594e926ce79214ce6896af 0.04 MB 83 56
293,236 293,236 0000000000000000611187b4d39abd8eb0c8116831ae3b9c01a56b1ddbc8e883 0.05 MB 106 16
293,235 293,235 0000000000000000a2c928e876493aba41ec46413781dd5749aac9752570901f 0.22 MB 173 14
293,234 293,234 0000000000000000288cb7e0305d9bf9fe80eaa78b6ff8edb77478ae9a846f68 0.09 MB 256 62
293,233 293,233 00000000000000003c4bb7df3031b529aefa44255e8ce51f2372e145e32d19b8 0.09 MB 256 51
293,232 293,232 000000000000000091d9879afdd51b03552fee8c625d8822a6ac99841e07f482 0.04 MB 128 50
293,231 293,231 00000000000000004e9daf5287919d3ca10cf8d0c4c132aacae7074143c595d6 0.19 MB 332 37
293,230 293,230 00000000000000005825fbfe7049552e9212655783d53931d3ae4391cf6ab211 0.16 MB 322 31
293,229 293,229 00000000000000008aa0b42c679321f4b955a9e337edc3cd8d7028d161620afd 0.32 MB 642 35
293,228 293,228 000000000000000073756dee955d6311edbb393b9ee246eb537365b184ba0355 0.17 MB 386 43
293,227 293,227 0000000000000000149630f5bd189cca4fa8dac872723a2f0b57e79400097064 0.04 MB 79 10
293,226 293,226 00000000000000004792c972ab20b53cdfe20fc2a71d2815f64c41894ff826bf 0.54 MB 822 31
Previous 10 blocks ↓
Total Size: 769.05 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,627.42 GB sent, 93.12 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.