Memory Pool Memory Pool Refreshing

10,625 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (621,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,273 286,273 0000000000000000bc511a9701ebadb7b2be18fd23f066488e5f737c5f43449a 0.35 MB 108 46
286,272 286,272 00000000000000005e694903146a75eff30f43068a71288cd76289a9efe8dc07 0.35 MB 181 50
286,271 286,271 00000000000000009051d83d276dad5c547612f67c2907acf6a143039bddb1bb 0.35 MB 130 57
286,270 286,270 000000000000000079bafcb7d8c9e497e7f69770ca901b188d352eb9fa02decb 0.50 MB 814 65
286,269 286,269 00000000000000005e3e7070a03559b277e3cb6b74f7ea7cc251994d03bb3984 0.10 MB 207 38
286,268 286,268 0000000000000001487990d912a5701b4f6c31fd7bc50230d86cfb5304055d69 0.04 MB 99 42
286,267 286,267 000000000000000096fc0d571b2c121a99e801be54190b2aa1a0c45742b59c2d 0.02 MB 48 53
286,266 286,266 000000000000000074758efcd3b9b52f7d067b4e01a592fe1c78ba47bb30fa91 0.01 MB 22 48
286,265 286,265 000000000000000032c1f50ce459a122d8840836a8124e065a68ce81c5e946e9 0.06 MB 127 38
286,264 286,264 00000000000000015d59a38e9e9f8da2056f21789df5dc07fc8d0de8b3172f23 0.03 MB 78 66
286,263 286,263 0000000000000000cf924f2bf8543fd4448b741be87c3faaa769dbf92d95d37b 0.12 MB 309 53
286,262 286,262 00000000000000009cc89a1a12d70e9f5960dd497d27854d36e816663ac6922f 0.30 MB 612 31
286,261 286,261 000000000000000090f63e18e8b46c1c40780da4d80d53e8bea1fc86e3750036 0.06 MB 206 98
286,260 286,260 000000000000000079af5d7087fb54e84c63995b2dccfa8ae973e30be4898e63 0.10 MB 197 27
286,259 286,259 0000000000000000baef1efb8ae98a8f46f173c803fae50bef485c8c81152e67 0.22 MB 382 28
286,258 286,258 00000000000000002765d9b8bf45008e501f5f38c8418849c9cfe1c57da039b8 0.06 MB 185 83
286,257 286,257 0000000000000000adae22907cac908ff6ed62cb0a56fff7fe61500ee0ba0df1 0.00 MB 1 0
286,256 286,256 00000000000000000a274b459cb3b0d3f510293dea1c6266265148bfc081e3a2 0.10 MB 144 26
286,255 286,255 00000000000000002641f02083ce1550d73315e0fd768de9faa06f0bb67f225c 0.20 MB 449 39
286,254 286,254 00000000000000006a263b28a7a4e58ba31b9a546d63981f203a6fc4bbe06b12 0.06 MB 134 32
286,253 286,253 0000000000000000d9fe927d8b0f088a284b667525afcf7c330919d4b980ff3c 0.46 MB 978 37
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.46 GB sent, 92.91 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.