Memory Pool Memory Pool Refreshing

5,707 transactions
26.36 vMB
Show Random Selection Loading Transactions
Max Size: 143/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,764 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,449 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,763 (162,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
700,019 700,019 0000000000000000000d5a9d4126fcc1a97e9657dd1bcd9a9a617c620093527b 1.24 MB 995 10
700,018 700,018 00000000000000000005e35faa5f105ee924d592e7b2e504c7d5a82bcbc3b2e6 1.02 MB 1,805 13
700,017 700,017 0000000000000000000327fa9e9a46df53ff0b9e52966ab4e7892cacc613e4e4 1.14 MB 1,184 6
700,016 700,016 0000000000000000000823c16050517ff3c3339b4e32bc14ad5114734d3d211a 1.34 MB 2,238 17
700,015 700,015 00000000000000000003389777a1d31e0d6e8719db4a869dfe63d3682bb1a21f 0.24 MB 424 11
700,014 700,014 00000000000000000000907eebe6de925e844bfa8e25f8fe83865b3d664b9879 0.57 MB 1,103 11
700,013 700,013 00000000000000000008b02ce7917dc696fee8175e4f97fe4fe5edd2f7356de1 0.12 MB 221 11
700,012 700,012 0000000000000000000e5306873d3def24f9a3bb6bcd44b0f5213d505188356d 0.56 MB 965 11
700,011 700,011 00000000000000000005cf8a0e319eb257f7a3369f68243ec32b55b5507d3677 0.60 MB 873 11
700,010 700,010 00000000000000000001a6a742dcef160bd35b59c1a3fabcf6469cfd69ea6863 0.08 MB 129 21
700,009 700,009 0000000000000000000190997c460412aab3ed2a260447c896f16f8a3e17dd87 0.50 MB 706 5
700,008 700,008 0000000000000000000bd59e42336960925a4c465459b6208eebcb22ecfe0839 1.38 MB 2,464 15
700,007 700,007 0000000000000000000a5f9662af95174b8ff46df4b7cbae4334283a1465dcb0 0.97 MB 1,341 16
700,006 700,006 00000000000000000005975f6e8351d800c47eb3ec41b30586b001f382f5e47d 0.14 MB 208 15
700,005 700,005 0000000000000000000add9a48ae518c8e1aab061d313cf8c07a69e860c7ec0b 0.41 MB 739 10
700,004 700,004 0000000000000000000e360e05cb9d7b238b95cc881726d0519e0449be361d9e 0.27 MB 320 11
700,003 700,003 000000000000000000055646f272b32b2b844137f215163229aed0099f2a6640 0.13 MB 132 35
700,002 700,002 00000000000000000001993b6b5e4e3dac1187820bccc5ab324d6f01c05d6146 0.16 MB 255 8
700,001 700,001 00000000000000000002f39baabb00ffeb47dbdb425d5077baa62c47482b7e92 0.47 MB 496 2
700,000 700,000 0000000000000000000590fc0f3eba193a278534220b2b37e9849e1a770ca959 1.28 MB 1,276 15
699,999 699,999 0000000000000000000aa3ce000eb559f4143be419108134e0ce71042fc636eb 0.14 MB 292 12
Previous 10 blocks ↓
Total Size: 685.64 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,394.99 GB sent, 109.66 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.