Memory Pool Memory Pool Refreshing

1,477 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,457 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (584,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,042 323,042 000000000000000000235c597a8107354de70d1a50a2584e869631aba1041a3c 0.21 MB 305 24
323,041 323,041 000000000000000016d3c7dafc6fe1d05518c1a133e19410ac76afa7edc74388 0.05 MB 90 27
323,040 323,040 0000000000000000030f9321600756c82097c1b7c0a7d54c50333ae4d435a54a 0.13 MB 233 24
323,039 323,039 000000000000000011f3796b5a205717e06bd41051497d5935c9c41b7e8096fe 0.12 MB 196 25
323,038 323,038 00000000000000000f7f092cef972d1231aee5470ba98eb0306ad21ba73c4a5a 0.36 MB 316 15
323,037 323,037 00000000000000001dc230ece75022a5a5562cf27dfbf223ec20e60145cdcd73 0.39 MB 756 31
323,036 323,036 000000000000000017a21c8a63c6781c736425709509065bef847cab35f4ed13 0.39 MB 693 26
323,035 323,035 00000000000000000ba2cbe5840bf2adf18462f22ec25e443a3db5c2015a48c7 0.22 MB 406 22
323,034 323,034 00000000000000001a6dad36ffbb8dd99b19ad5388572f0d3cf7084bd9938a97 0.57 MB 1,005 28
323,033 323,033 0000000000000000114e30d3de2dd376fb4e68011a6248e7db0793124ec86eda 0.28 MB 463 28
323,032 323,032 00000000000000000a346aa6eb36be5376222b1b8e176c7ecaec533606b1c422 0.32 MB 572 27
323,031 323,031 00000000000000001c8b613fb6a1f14511e7e3f784b6bfab1e2d8ea634aba28b 0.13 MB 152 21
323,030 323,030 000000000000000003db4eefc7eecfa5ac3b04412c2f1d39852c7749c03c12a5 0.20 MB 339 25
323,029 323,029 00000000000000000d6abc6763484e9cbd6218508a9cdba3842d352b4ae5b5f8 0.01 MB 32 53
323,028 323,028 000000000000000000d82e4279c81c16b265eef6de7e353cf978f0d286bd6464 0.16 MB 317 32
323,027 323,027 000000000000000000c8f58ff397c8124784bb2b57e652c9c085ec5ba29cefc7 0.08 MB 101 14
323,026 323,026 000000000000000018261f73ebbde45aeea4d8e8f7d031f553bed9e691a75b85 0.00 MB 1 0
323,025 323,025 00000000000000000b1bdb3414da073f68023a0afb1b85311018f6f9c9734d2a 0.20 MB 270 22
323,024 323,024 000000000000000002bec0ddde253affd5ade5f6f84db3df69848b2d45582173 0.38 MB 702 27
323,023 323,023 000000000000000016ce29244becf2c8ec798b852eeca859e1c08fe8c725d869 0.06 MB 93 8
323,022 323,022 0000000000000000122909cb5a6a0239a42626b0a45796a55d4639e26b16b19f 0.66 MB 1,115 25
Previous 10 blocks ↓
Total Size: 769.10 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,629.11 GB sent, 93.41 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.