Memory Pool Memory Pool Refreshing

20,553 transactions
27.14 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,451 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,808 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,450 (120,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
742,307 742,307 00000000000000000007399e501263cc8468a350d482c75a777c75396587e0f2 1.49 MB 1,832 16
742,306 742,306 00000000000000000006aacf1adeb98c1c492cc5aa0427b3ed1c7c31e8451a90 1.08 MB 587 3
742,305 742,305 00000000000000000005f2443f45be0fccb8ab070f12eb479f2f9bab83c36955 1.25 MB 385 2
742,304 742,304 000000000000000000050e1ce2d5cdd12ef052aed0247653b745d155401eaeb2 1.57 MB 2,610 8
742,303 742,303 0000000000000000000848bdb932429e34aea9635f9ebe745822aa37befb80de 1.68 MB 2,073 14
742,302 742,302 00000000000000000000d3ac95171def3162cbdb51778860c9bb61dba99362ee 1.55 MB 2,539 23
742,301 742,301 0000000000000000000549b10488fac2a329b8efd2c6c1e4658defafa7f88e8c 1.39 MB 278 5
742,300 742,300 00000000000000000000c0177c039fe0f0f631f5229a9cd3e9b6719c6b846cf4 1.34 MB 1,025 6
742,299 742,299 00000000000000000007d5c265d2a9837c9884f10c48ad9ed8e4e331a85ae391 1.49 MB 2,648 16
742,298 742,298 000000000000000000047d5a59b254fabfe730b46fc11c0566d537a000b0d782 1.39 MB 2,167 12
742,297 742,297 00000000000000000004de166fb3711b8dda35cc9d045c9be1641f0f60a841f7 1.23 MB 1,487 7
742,296 742,296 00000000000000000003e1afb592727a7e00e12c124182e440474512def48be5 1.11 MB 278 2
742,295 742,295 0000000000000000000263e6421f9ba41f752326a5e7e069208a7da16fd42cb2 1.19 MB 968 5
742,294 742,294 00000000000000000007befb056b56f0d9beeaccf734a67ba93d941150c04cb8 1.03 MB 216 1
742,293 742,293 0000000000000000000321e503924cdf9e1b63407b400fece3ce2bf84da05fc2 1.16 MB 1,237 7
742,292 742,292 0000000000000000000132fb0c5d4dc307188b59917fc11299717ef941454be4 1.17 MB 1,108 6
742,291 742,291 000000000000000000056ceb310e333e6afe2656316307dfbb72c325f0a64ad2 1.18 MB 1,101 5
742,290 742,290 0000000000000000000448ac248f3add88b24736b47b809bbb0ac69733c1921f 1.30 MB 1,064 7
742,289 742,289 00000000000000000001aaf1718d0d4903920416f3eca451e328fcc5d6ee4eb2 1.13 MB 769 9
742,288 742,288 000000000000000000013b86d7eeb7a401217536bc23e4190ac772bbeff054ff 1.32 MB 1,081 13
742,287 742,287 00000000000000000002157f873e04f15b86d98bb649b45a1d6d509703009c88 1.40 MB 2,357 11
Previous 10 blocks ↓
Total Size: 685.02 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,369.58 GB sent, 105.07 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.