Memory Pool Memory Pool Refreshing

2,707 transactions (0.65 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,047 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 2,705 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,046 (816,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,116 92,116 0000000000087f9345a0b6852b42af39d74999dc6c365d4e49fa5846590961d1 0.00 MB 2 0
92,115 92,115 000000000008a5b134fb3be719fb511e9dae95d612575733fd2ca6eb1bcfc87e 0.00 MB 1 0
92,114 92,114 000000000001a282be25faaaeb640a855eb6b26d93d79d8996399b8150dbca23 0.00 MB 4 0
92,113 92,113 00000000000231fea92e712deddfdddc820dcc234c84db0bb846597d7397432e 0.00 MB 3 0
92,112 92,112 00000000000399cf09c3e5be01ed1db0c102e3a1038f3262fd71add08eed2a89 0.00 MB 7 0
92,111 92,111 000000000005f35c4906a6cbffafd6c1d3a5a1fb53e85e9dc3902536bab5c196 0.00 MB 1 0
92,110 92,110 00000000000c58c835288915163d7b1736c0c5fda8d06f8f306c00835be4674f 0.00 MB 2 0
92,109 92,109 000000000003c73dd3cd4acf3855ba1f4fccecf1ca72167d1a19f1975779a6f2 0.00 MB 1 0
92,108 92,108 00000000000d03a498f03ca34b7db12f83696c4969a149faf04c19f11349dd0d 0.00 MB 3 0
92,107 92,107 0000000000044acdb69be040eb760cccf6cd2bc95f3221e21eb183343a3f2cbf 0.00 MB 1 0
92,106 92,106 0000000000074273d70b2ad18b3c3d7c1e0e6a98841f4cc27fa380a24c050e6d 0.00 MB 3 0
92,105 92,105 000000000002f79250021f3959b658b6feff8c9cd5fe9cab2acd864af40bd3dd 0.00 MB 8 0
92,104 92,104 00000000000a8f49084817bd5298b49aba9305c7a527cec44f68347519528ee3 0.01 MB 35 0
92,103 92,103 00000000000704bac331408331661b0c4df16742a3349b6269a957c958851224 0.01 MB 45 0
92,102 92,102 000000000000c18d2f0df3249c3d0d41f64081d8b4d3f85707712d7cdf271492 0.09 MB 368 0
92,101 92,101 00000000000607988ef93a111df1dcc8d00902819b097c17d0ae863f34a343dd 0.05 MB 191 0
92,100 92,100 00000000000b720a0407c8e8f08baa12bea8c6e56633d6e88819a771b8eff26c 0.00 MB 1 0
92,099 92,099 0000000000028e1926b6f34888bc0ca092d1bab1ff02b3355e02e2df34551324 0.05 MB 190 0
92,098 92,098 00000000000b672d3d85e4b602749fa763e71b694e7e8f492548b97a8239b374 0.05 MB 190 0
92,097 92,097 000000000002b4ab645acd39982ff5efe0ed369e83754716cd83f83ee6491898 0.01 MB 9 0
92,096 92,096 0000000000098d7901eb87c6d99e5d0aff77743f8fcc23d61e60360ca97eebc6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.63 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,896.22 GB sent, 105.65 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.