Memory Pool Memory Pool Refreshing

8,153 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,705 (498,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
409,296 409,296 00000000000000000229d616fffa0342b0e8cc0d92d9bdb6cdb35924cadf2636 1.00 MB 2,675 56
409,295 409,295 0000000000000000057b773b1bd209f6d8f4c08817584fd86dd5c35a2a6eb5fd 1.00 MB 3,068 57
409,294 409,294 000000000000000000867a7a91bc19b369bb8415756cab7245982ba915a16b9c 1.00 MB 2,132 40
409,293 409,293 000000000000000005d42c2e9366d71bdc66c6c157742a0df8a76dc2bc1ca952 1.00 MB 1,558 70
409,292 409,292 000000000000000000ea3129dade6e894a4ba82d938afdc40abc59b6376bdff0 1.00 MB 2,003 99
409,291 409,291 000000000000000000b00964217ce0374a1342d116779f187c5e017acd018c25 1.00 MB 1,924 49
409,290 409,290 000000000000000004677859b3ca96e47817e025a9be0131e2b102c0d17dd003 0.99 MB 1,403 67
409,289 409,289 0000000000000000060b8efa52c8b9b988c63e113ee4fc16d069308a46ccaf8b 1.00 MB 3,315 74
409,288 409,288 00000000000000000389b6b209479735c9c8ba07c8ec347f3648a281f2d99969 0.99 MB 2,639 44
409,287 409,287 00000000000000000323dfe5cbb1e5e79f655fa6c84a570b53351ff9f31488d1 0.99 MB 3,575 91
409,286 409,286 00000000000000000501bc49ae130fefbe9b95f781835c016c0499223adc6bde 1.00 MB 1,256 24
409,285 409,285 0000000000000000034b7aa3f9aa0f2a63ce32df8eb361f8115445622b675f4b 1.00 MB 2,136 37
409,284 409,284 0000000000000000048bb463e8a52917160d3e5f45e355fd8cead3b46b986939 0.99 MB 2,467 44
409,283 409,283 0000000000000000019be036914a499ccbe0696a6cef96de823136dabc73d728 1.00 MB 2,567 47
409,282 409,282 000000000000000002cb5780a4cc7ecfa18e1008272ab7056e4982e756b86d87 1.00 MB 2,190 38
409,281 409,281 000000000000000002572f842592d71fd0fe5558fe34abd7314d724e4cdb97f3 1.00 MB 2,918 70
409,280 409,280 000000000000000004785cb9451dedfe41bbe20642e383603f424b8761c9dace 1.00 MB 1,817 33
409,279 409,279 000000000000000005e7cc3c8afaf0c98cb807c83b23bf0a3225e01292d1be67 1.00 MB 3,341 74
409,278 409,278 0000000000000000012936761c58bd5dbc3eb0df042ae84726b1b82a72c6acb6 0.73 MB 1,518 39
409,277 409,277 000000000000000003a23e6eb3cf8f1519ed701de1ae171e4299e70bb3e8bd16 0.99 MB 1,148 23
409,276 409,276 0000000000000000037284cb62b9724db32888dbf866483c292d84022244542a 1.00 MB 1,569 31
Previous 10 blocks ↓
Total Size: 769.00 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,616.63 GB sent, 92.79 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.