Memory Pool Memory Pool Refreshing

1,925 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 1,910 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (175,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
732,383 732,383 000000000000000000011e3fae6243b15d7b980ec46cd324c4d14c252eeec54d 0.11 MB 247 9
732,382 732,382 00000000000000000000a886cf5f7cb4e7da774294bcfb8d423c5b92cd672c9b 1.33 MB 1,084 4
732,381 732,381 000000000000000000002508ba095a8c70844c00df8dc1c2e6d3110c6323cd27 1.34 MB 1,522 2
732,380 732,380 000000000000000000073c05ad9544c8d76e9ea6b89005eb2551c795d934d71c 1.31 MB 1,613 8
732,379 732,379 00000000000000000009d8ec738724637001ea310f9f69a0c57db881278021d4 1.46 MB 1,950 3
732,378 732,378 000000000000000000045c1359cb5b002d6a5c08ffa73de4c024c56927445898 1.36 MB 1,330 1
732,377 732,377 00000000000000000005729dfc0646e9d2dd55394fda03c04dadc3985286122b 1.42 MB 2,553 5
732,376 732,376 000000000000000000038088440cbb88cf1a46ae6cd555cbb08be00291236807 1.40 MB 1,951 9
732,375 732,375 000000000000000000008d565483efe00ee1e1b24679e504661a5710bfaf5acc 1.46 MB 2,011 17
732,374 732,374 00000000000000000006f076513504a68f852630bd2339a864033ae3905d299f 0.02 MB 65 6
732,373 732,373 000000000000000000049421ed60be628ef3452d4e772bce90209563224fa106 0.03 MB 60 8
732,372 732,372 00000000000000000009390c342ac3ffc087da14cbd96b469c760aea3c80ea1b 0.16 MB 335 10
732,371 732,371 00000000000000000001df43d4dd989594506c8ffd94eefd6c5cb51786cbc03d 0.19 MB 445 8
732,370 732,370 000000000000000000055560e8700b5abdd2875ae64b01fad0d11a4a05e66e1f 0.24 MB 292 6
732,369 732,369 000000000000000000034e41a70c8dc1ce234efcf4ecba5ed2a44b63e463d52b 0.24 MB 463 7
732,368 732,368 00000000000000000008ab53f5e0a21e7024ca08e2f8de13601c8de89f772725 0.07 MB 176 7
732,367 732,367 00000000000000000009cf428009e89d8264c7fde443731741ba481aa8beafe7 1.37 MB 1,732 3
732,366 732,366 00000000000000000008be62486af13dedcc8a9486536894780e5d184d36fbd3 1.36 MB 1,720 6
732,365 732,365 000000000000000000072b909ae92446927d0e9a5a34ca5ed24399a24a6d8b4e 0.08 MB 187 5
732,364 732,364 000000000000000000010e76ca5d8890195ebe5b8a4cc39b6ad48c51be74807d 0.93 MB 1,608 6
732,363 732,363 000000000000000000030b30c6fbd4a5cc699491db7a622392cbf3901af62b6c 1.21 MB 1,712 5
Previous 10 blocks ↓
Total Size: 769.28 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.54 GB sent, 94.32 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.