Memory Pool Memory Pool Refreshing

13,827 transactions
34.17 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,163 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 1,912 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,162 (277,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
585,108 585,108 00000000000000000005dc44e777ab95e021f44be3535ef7c7db64db7ed96b44 1.11 MB 1,275 19
585,107 585,107 0000000000000000001c1044e7f2515fb82d0e22446ed5d166a6e14029710516 1.28 MB 2,547 50
585,106 585,106 0000000000000000000f19565924c9f44dd089d4c0df5004a74a3e695ae82d48 1.41 MB 768 9
585,105 585,105 0000000000000000000db01363f574252444d1f3eca0db48395dd146a32a8ead 1.17 MB 2,538 25
585,104 585,104 00000000000000000006d7e8104e83a11096e075e3e4e4321c669fe1e98a1f77 1.13 MB 2,172 24
585,103 585,103 00000000000000000007cb0949550246f42ce4f15aee6fcd0e809ed82ab86152 1.31 MB 2,440 50
585,102 585,102 00000000000000000009c1fa6697b0ed2dc70d7912c46462b4b6d2b6cf59c26d 1.32 MB 3,267 72
585,101 585,101 000000000000000000134011cc111536552ce789deba834d07a67107bae5306e 1.22 MB 2,518 35
585,100 585,100 0000000000000000000ac00059676e713f4e0d40e94663866c40295f39ac5aa5 1.30 MB 2,987 59
585,099 585,099 0000000000000000001c6429d1544cd21b809078b79e39b813aadb5c959defbe 1.29 MB 2,701 74
585,098 585,098 0000000000000000001dd327d94491c33466fd760c78ccaebe723405d20ddd97 1.20 MB 2,015 41
585,097 585,097 0000000000000000000d395f17dee72b6f751addbf6a4b5bc1070464271e2114 1.38 MB 2,173 49
585,096 585,096 000000000000000000054208207f11c66ff659b9046b2dd920b961855eb3b242 1.28 MB 2,694 52
585,095 585,095 00000000000000000014861bf6cee72b4544232180bcb7511c7d8135aedcab29 1.22 MB 2,893 41
585,094 585,094 00000000000000000011b58c01ede5a602eec61ebaf097aaa6e682ef2819536e 1.37 MB 2,788 69
585,093 585,093 0000000000000000000f5b961ea3c76a4560bf64291bc5a63e64ac25f6c19cbf 1.28 MB 2,955 74
585,092 585,092 0000000000000000000d89972e58451ef1354a743f307a61655bb302fd356383 1.28 MB 2,884 82
585,091 585,091 00000000000000000011141c544327ef47dbcc048191c98eee26bfb194062849 1.18 MB 1,558 25
585,090 585,090 0000000000000000000f93ca906205537fbb164d3c2af2da32ca7e112ed6745b 1.28 MB 3,201 71
585,089 585,089 0000000000000000001b7007f874d157a49c200ce26c621d96a12c891850e09b 1.19 MB 1,450 19
585,088 585,088 00000000000000000002d74adee4bf6a0c475c3631f5c3f54558d162108e046c 1.24 MB 2,261 36
Previous 10 blocks ↓
Total Size: 684.47 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,343.95 GB sent, 101.35 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.