Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,213 transactions (1.29 vMB)

Priority:

  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,963 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,610 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,962 (217,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
694,112 694,112 0000000000000000000a2f220a5ef985b36fde4d701ffa9c5ff9dfa04ff95e0c 0.07 MB 154 14
694,111 694,111 0000000000000000000ecdf8bef9a56a931d9fe422727903621f04529d57c43d 0.02 MB 49 8
694,110 694,110 0000000000000000000973e0193804ee7665bbcee5ef0e3ce613b4b1c22ba944 0.53 MB 862 15
694,109 694,109 00000000000000000007db1084ae67dd6a46725fe182dd8c1ffa547df283defc 0.17 MB 275 31
694,108 694,108 0000000000000000001359ab8472b50f41017c246cf10a6a2f918337d0df05c9 0.14 MB 314 13
694,107 694,107 000000000000000000061353be0a4b290f1359f3f9368026becbc957302503ec 1.06 MB 1,166 6
694,106 694,106 0000000000000000000cd870daaff38d84273522fc816803dbfde5371c966b02 0.75 MB 1,335 9
694,105 694,105 000000000000000000007e819c108a1c4f17d4aded6cbca101a025840bc12101 1.26 MB 1,979 9
694,104 694,104 0000000000000000000a17fa144c90862ba1f625c658bbf2b28afaa650b99d4d 1.25 MB 2,172 10
694,103 694,103 0000000000000000000d6831c866079d43ebdac9a8e76451e17b9ab50e8b6ead 0.03 MB 59 13
694,102 694,102 00000000000000000000d36da065ec62cf69e1ad9711024ef6ebbf05977c8c55 0.37 MB 648 17
694,101 694,101 0000000000000000000c65d464da5e20253eba6203cb50e59a1c69e52c86d416 0.27 MB 362 4
694,100 694,100 0000000000000000000d1873e59a7b75a335f041e71ecbd888be9bf99d04f18e 1.49 MB 2,590 18
694,099 694,099 0000000000000000000e83df4282c60769cf5db3809dc968784df9f94c187127 0.63 MB 1,293 14
694,098 694,098 0000000000000000000bbb7e93dd611f25e5c8b117cfc497e5e4c931b11012fb 0.64 MB 1,053 17
694,097 694,097 0000000000000000000eac14a955c6035db78b1c9cebc1763afafb69eadd972e 0.03 MB 67 8
694,096 694,096 00000000000000000003e17c0d217808e1a8588c26e29d78234d0ee0df171480 1.21 MB 2,394 14
694,095 694,095 0000000000000000000df9157af39a6c7f55b1397f1c942633b676f5e72609f2 0.27 MB 286 5
694,094 694,094 00000000000000000010091c79c728bafab1510c460dadd08655c93ddd0b42ae 1.37 MB 2,209 9
694,093 694,093 0000000000000000000e043438c4f4739056abdeeba7dffaa59bdbae210fd085 1.07 MB 2,216 15
694,092 694,092 00000000000000000007d589ffc51eb59c47f8c9c43af95260ab1c943dd55116 0.20 MB 240 13
Previous 10 blocks ↓
Total Size: 777.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,498.23 GB sent, 133.53 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.