Memory Pool Memory Pool Refreshing

257 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,787 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 249 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,786 (513,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
394,486 394,486 0000000000000000096085e900759631eb87e52f3264c9bf7ed5daf6447e8866 0.93 MB 309 7
394,485 394,485 0000000000000000003872f3d61bde1605344bae31f3ade5e40f0d0051f8d85a 0.91 MB 776 15
394,484 394,484 0000000000000000042cbbe58f5e13ea202a0562f203260e925a0406bb5df4f9 0.95 MB 1,432 37
394,483 394,483 0000000000000000066d40e4a4d53b7394f5ad360c63309f1d4ecddc64c63507 0.93 MB 2,153 46
394,482 394,482 000000000000000005019fee9c323a97957dd4a787b4e30bd6ddd14db001d7cc 0.95 MB 1,880 36
394,481 394,481 000000000000000007fdc4253eac7bc97196707947ce4da7453cf1cc3436a925 0.99 MB 984 24
394,480 394,480 00000000000000000418b88100ae76664fb6ebff0255fb98f3288aaee73aef82 0.75 MB 1,803 50
394,479 394,479 00000000000000000542bb2230fb9087dec20b641ca9636a17a6780448edc2b6 0.95 MB 994 18
394,478 394,478 000000000000000004ed00199059a116f9e1dc3a820372d3e74eb6ac7f3297c1 0.93 MB 1,084 23
394,477 394,477 000000000000000004608fcb0fa05cc9890b7b235c11ea0a1c802f4e09deb257 0.00 MB 1 0
394,476 394,476 0000000000000000080330414615356ebe99028d607c184c07584c9d6ded2cac 1.00 MB 1,390 24
394,475 394,475 000000000000000006358fc73ac34150e120c6914d2f9b2e1cc1d108bd3747bd 0.00 MB 1 0
394,474 394,474 0000000000000000065796f3b8c97c8928e4799c47cb5940fcf3d85a06fa3d82 0.09 MB 107 18
394,473 394,473 00000000000000000875a9e4836e41264000f40423ea4112e3395586406e33c1 0.95 MB 1,833 31
394,472 394,472 000000000000000000e97f4c2cbb6fffff731a116dab6f0560ce163572f101aa 0.93 MB 2,790 69
394,471 394,471 0000000000000000056018ef1620bebbc7c817c178e684e5f268ffc9d0b2c83f 1.00 MB 1,993 32
394,470 394,470 00000000000000000028a9fb3048cff1ab6b52812bbc827febe0bd588b3166fa 0.99 MB 3,133 66
394,469 394,469 000000000000000007576a6df5a7f409bf06f26755e04b70eeb5b5c7f53d7eee 0.00 MB 1 0
394,468 394,468 000000000000000006d995fcdea16bb9f2ca0ed9f724dd68766e76700c8fa3fe 0.05 MB 65 0
394,467 394,467 000000000000000001b2eabb703cc0ade5b5b77f06d96e5852b225940ef710ed 0.95 MB 1,951 36
394,466 394,466 0000000000000000048d79a818d25ab75ef6447cbb5e72ac35159adf7bfbe46a 0.95 MB 2,858 73
Previous 10 blocks ↓
Total Size: 769.14 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,631.86 GB sent, 93.58 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.