Memory Pool Memory Pool Refreshing

20,698 transactions
32.38 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,797 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 1,838 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,796 (127,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
735,624 735,624 000000000000000000080d6a5fe7f4e45d8bf1dd171642c81e5009ca61deeeaf 1.17 MB 1,046 14
735,623 735,623 00000000000000000000a84ca4a16de2f0caf054605f15ba6fd3cb0c44792cb4 1.52 MB 3,041 24
735,622 735,622 00000000000000000008a34f91e09d2bd40079c6bdeee0eb42e9376e1b896bf6 1.41 MB 1,889 11
735,621 735,621 000000000000000000020be47d11bbf5f3e788363a7be222abed356bf76e74f8 1.13 MB 885 15
735,620 735,620 00000000000000000005b43fceadf7ffc814c5b024ee7603976992bfc7fe47e7 1.47 MB 1,736 11
735,619 735,619 00000000000000000000b43a2f60d953823cc115738a5b41bec5f7c2741ae587 1.43 MB 2,467 12
735,618 735,618 000000000000000000040af7fac93f68d1735c4b4f6560e8dfcb80e669bbf43c 1.55 MB 3,184 20
735,617 735,617 00000000000000000006fbbd913437311685f367d7594492447d7d6eccffccf4 1.54 MB 3,488 13
735,616 735,616 00000000000000000005681184ff05204f0a1e0d572a5d717454932554da6127 1.59 MB 2,262 19
735,615 735,615 000000000000000000096cf5cc1266fa6c11c316f8428410924c5a3d336633b4 1.15 MB 1,083 15
735,614 735,614 00000000000000000006fcfe8a1bddf4cd4fd0f3bbc41570d2ac70b873fe3cbf 1.07 MB 396 12
735,613 735,613 00000000000000000000ea154721255e77aa89f743205aa43fb19c2192ad5b03 1.47 MB 2,287 20
735,612 735,612 00000000000000000004836a8220fd3085b18959cf86a3f581516a0a7be2e358 1.32 MB 1,942 14
735,611 735,611 00000000000000000006a2829b7901da7b1d40da457967b4c3ba0b5bd6b74409 1.28 MB 1,286 15
735,610 735,610 0000000000000000000732c8d1bf0ca955343004b41e84e2631ed990623701c2 1.09 MB 569 10
735,609 735,609 00000000000000000003d93385ed15e5eb126e28d2263f6f306817c78cd67d1a 1.50 MB 2,688 19
735,608 735,608 00000000000000000002c4924535171b6a3a95da02a852bf67bbc84035c1a407 1.18 MB 940 12
735,607 735,607 00000000000000000002fda48eee4f013b2ab570b9ab5682800b61c6a4ff1457 1.09 MB 736 15
735,606 735,606 00000000000000000004006603272bbfa0ddc50c782f6fe1409c86ebf67f4c04 1.29 MB 1,802 19
735,605 735,605 000000000000000000086235475e3d757b3b103194435d321181e331551cbc48 1.17 MB 1,214 17
735,604 735,604 000000000000000000057e2653e776bcd228818db02a64ea1b9d605de522d36f 1.20 MB 1,044 15
Previous 10 blocks ↓
Total Size: 685.71 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,399.97 GB sent, 110.14 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.