Memory Pool Memory Pool Refreshing

35,992 transactions
28.09 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,202 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,387 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,201 (378,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
485,104 485,104 000000000000000000c400f6f6c70f5fcc78bac12599a5ba03adde8e6445d39b 0.20 MB 483 87
485,103 485,103 000000000000000000b58faca891224fb62b513df138569890ff78dae830b0a6 0.14 MB 326 84
485,102 485,102 0000000000000000010e90d6b26445ea29e21bec11a3c3b1de935611770ee375 0.51 MB 1,234 70
485,101 485,101 000000000000000001300f993c5298de60f6c7d3d174effd075668c1b2c6497f 0.26 MB 606 120
485,100 485,100 000000000000000000b3fc2cf541d34ce278f3ec929cf6c64a87faf199137f69 0.54 MB 1,323 96
485,099 485,099 000000000000000000a92a5690cfe1efce373210c90da139ea05e4f8693c73fc 0.37 MB 542 47
485,098 485,098 000000000000000000248bde0aa96b6795aa5ddd1400bc6f797c29285ae2e6b5 1.01 MB 2,125 25
485,097 485,097 000000000000000000e13b5f8b8d535a703c35068d105aa1d0809851fd03d25e 1.00 MB 2,168 119
485,096 485,096 0000000000000000002e4c1bf94dc307459fc431818fae58a0f51576f2980bef 1.02 MB 2,111 72
485,095 485,095 00000000000000000118fdafac54b553cfaa66e20c149780ca18ae7c0e8f069d 1.00 MB 1,420 62
485,094 485,094 000000000000000000522823c843c43ed31fc9f2f3287f3e0f4e452c02cb6498 1.00 MB 1,307 90
485,093 485,093 0000000000000000008ed2fffe28543b41389bff52158a5c402d4b21a12f7f69 1.00 MB 1,854 155
485,092 485,092 00000000000000000080f2e00d2d721ed63d8bda77cb2c9342d61be2564c7795 1.00 MB 1,866 86
485,091 485,091 00000000000000000028214e2fa14c17fe1654fde7316ded08e7ebff3795e585 0.67 MB 1,081 70
485,090 485,090 0000000000000000002c5f0762668229be58d9f2dd3054ab5239b41af1b0220c 1.01 MB 1,879 99
485,089 485,089 000000000000000000c534f51b748d174c896b9c115e1ac6d7dcb688848ee016 0.35 MB 931 118
485,088 485,088 000000000000000000178648b3a3b1b40017f8547f6ecb8a6147b530dc372c87 0.95 MB 2,128 95
485,087 485,087 000000000000000000dd5d741f0b208c8271aa8c207f96fb23ef6ab06cf3d0b2 0.36 MB 956 141
485,086 485,086 0000000000000000011c1bfc93e3598a2eaab561c8fb5037cac60bc8e0619703 0.16 MB 386 83
485,085 485,085 00000000000000000094ad2d488d8613af88ff6370c5a91248444c2206585cdd 0.19 MB 440 80
485,084 485,084 0000000000000000005c4aee555025e191c8968abd07b03b53be40b103f3a0a4 0.91 MB 1,676 33
Previous 10 blocks ↓
Total Size: 686.50 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,467.04 GB sent, 115.15 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.