Memory Pool Memory Pool Refreshing

2,399 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,852 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 2,385 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (798,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,026 109,026 000000000001ac7bdeaff28fbfe3bf1095a1ae607ab228a583cd1c20feaed360 0.00 MB 12 0
109,025 109,025 000000000000324ec4d6e6dc829e125210ba297c0cf05936278c53f5aaab828c 0.00 MB 10 0
109,024 109,024 0000000000004883e024e4e26b5fa8bc26c2f34bd1931ef7d9026dae0c65c5eb 0.00 MB 13 0
109,023 109,023 00000000000119baa016cd02320cbf5fddd3b5fd67b52dac9d3508e5ff84bce4 0.00 MB 12 0
109,022 109,022 00000000000053f6d209b1198b82f97b621dac1d8e5db04a992af91828dc2c44 0.02 MB 11 0
109,021 109,021 000000000000a4a95beda1d35c3a3a216cb829dcd5d1980a9e4c6e15cface018 0.00 MB 12 0
109,020 109,020 000000000001695a3c8b8dd6a3c8e134fef59123c645a9c1d936e221cb109d90 0.00 MB 11 0
109,019 109,019 000000000000c194582c47be73296a6f29f8f048943cd08279bcab1a92d97f76 0.00 MB 10 0
109,018 109,018 000000000001bd4ed1b12c8263bc49a3f27f16be58276e70c4ba36a9dae774d9 0.00 MB 9 0
109,017 109,017 00000000000155d12d37792bc1f6995fa6ac1ebfa1f7ad83359631466e4523e2 0.00 MB 12 0
109,016 109,016 000000000001c1c4e40a35d8f09e42332489e056ce7b46b992b40125945f7677 0.00 MB 11 0
109,015 109,015 00000000000179712b6d758a9d412f86510ca333d3d07ce73365f5ed810713f5 0.00 MB 9 0
109,014 109,014 000000000001c1b26810f16cc2c8bb1dffb914deb567476fa0b6d5f62631e990 0.00 MB 6 0
109,013 109,013 00000000000193d209b374800012f67911b08d6341ca3654e20d947febecf302 0.00 MB 10 0
109,012 109,012 00000000000168937a952474a62ede6fb9b17494d31a579366bf756e8ecc944f 0.01 MB 51 0
109,011 109,011 00000000000128b27a9a57a2dc99bc716e79d051cca3391de576d5b9656fd28c 0.00 MB 9 345
109,010 109,010 000000000001a75793cf21e463abac1eb64f1d5fd1bbac49c884edadc1a74e1f 0.00 MB 3 0
109,009 109,009 0000000000006ca495e3175fadd7e8b0b06ffb2d3a9ca0a31059e113b8008430 0.01 MB 3 0
109,008 109,008 00000000000133ef870b8531cf86933e7437e7c912aeb225ad1a350f0bd46c4a 0.00 MB 3 0
109,007 109,007 000000000001486e4971a8d21f5b66bd794427f6c7ae0169871d5756c70b40fa 0.00 MB 9 0
109,006 109,006 0000000000007eae7dafd645c8078bbbfc78da6e60cdc0dad96087645c5e5180 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.26 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,635.28 GB sent, 94.23 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.