Memory Pool Memory Pool Refreshing

29,969 transactions
30.96 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,727 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,280 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,726 (162,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
699,998 699,998 00000000000000000007a60f43d15d097bd369dd8c6c53f12b32f649f979e85e 0.10 MB 213 13
699,997 699,997 0000000000000000000e43224e9823f3a6ed4e7e9521ee96e234f08c99af611d 0.87 MB 1,407 10
699,996 699,996 000000000000000000019fd9521a48ed50f3833c37edcb0bf1d2b90047f24c15 0.69 MB 1,014 10
699,995 699,995 00000000000000000006170b15ece00a8c61d5e31a81dcf49f4bc40457c132b8 0.45 MB 500 17
699,994 699,994 0000000000000000000cbbfc927cf0a70e73e4ef88454b33cce26eb69e4e7193 0.28 MB 568 11
699,993 699,993 0000000000000000000da09e39fd778703935e3a1194e4ac6aa8bbc02c0ead08 0.17 MB 202 12
699,992 699,992 000000000000000000024405321c51b4ec8499bc148c633a9ecdd2155acfa915 0.14 MB 292 15
Previous 10 blocks ↓
Total Size: 685.57 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,387.74 GB sent, 109.25 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.