Memory Pool Memory Pool Refreshing

1,544 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,549 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,538 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (894,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,343 14,343 000000005657354e58847165d28cb8bbbb20a9d098153782eafab6976dd50a56 0.00 MB 1 0
14,342 14,342 0000000062e0a21a369de06a9b2c35846f9b271ade093dc89eb9467026d7a609 0.00 MB 1 0
14,341 14,341 00000000f17468cd5badb8d5204f10f37a33c63f2820fcad0309473b4433390b 0.00 MB 1 0
14,340 14,340 00000000041ee7bcd8cdefabdb714bc72b791b74ffe666fb279911392ff89243 0.00 MB 1 0
14,339 14,339 00000000013915041757e69b0a2dd97837dc527d50a37ad822e303da06151a62 0.00 MB 1 0
14,338 14,338 00000000a4b90e20affdb6b6fb638b87fff89cee779cbc8044e1c41e48ffab25 0.00 MB 1 0
14,337 14,337 0000000068a09f9799db0a56d6b4910ef896d350e10d273c7134a88bfaaaa7f7 0.00 MB 1 0
14,336 14,336 00000000eb0cf07b3d3a2277ee809dc8f5bd4d4deaac38249cfd216dce069110 0.00 MB 1 0
14,335 14,335 0000000030fff87a5d38fdd1d9c856626bac9bb745c87b351f81a0b39dfc6510 0.00 MB 1 0
14,334 14,334 00000000918237dd3cb405a49fe9feab28a9a38cfa173fbc64bf7aad2be88d0b 0.00 MB 1 0
14,333 14,333 00000000b6cd5c2de9fc7d98c7b9a4634ab8d9dfc3c694fc63b9d9a2f65abb85 0.00 MB 1 0
14,332 14,332 00000000dbf85953690f6fa6af5c2a6d1fe8b53700acf08eeb881109538d309a 0.00 MB 1 0
14,331 14,331 00000000df006630d56d9c3864f69cb784a8e55ed5c3ae4815a7f9ef5346d728 0.00 MB 1 0
14,330 14,330 00000000d80d1615a167a32307c30ded8096a409aa3a24174f0ce129e8fa001d 0.00 MB 1 0
14,329 14,329 00000000e6538af7d462ecfc6a6cbc72fc12fa5344d46e055f0bae6f63588dc0 0.00 MB 1 0
14,328 14,328 000000002f8f8d61556a61f0b6073ddd9a50d85ec022946846621e24b4e52a82 0.00 MB 1 0
14,327 14,327 0000000038ce5d8b3d4f8ef6ea16db041b9b7d68aa89f06b49163b2e0f0b4885 0.00 MB 1 0
14,326 14,326 00000000048e4cf4ba2ca4596a08bab0f8b89b7f0b02807b4d10e24289e81ce1 0.00 MB 1 0
14,325 14,325 00000000437dc6105a5aee80076927a3e3cac27867c046a07eefcb5bcbe114a5 0.00 MB 2 0
14,324 14,324 0000000080ef65cfbef2ca39899d49d8d65d7beb81921d96c9e59122c477cafd 0.00 MB 3 0
14,323 14,323 00000000e8360c12f6a9a26e68a2d467e4f95d3c1bc3c1bdfdea1b604e997192 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.62 GB sent, 100.53 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.