Loading Tool

Explorer IconExplorer

Memory Pool

77,042 transactions
28.59 vMB
0.06459036 BTC
Random Selection Loading Transactions
Max Size: 173.55/200 MB

Candidate Block

Mining Attempt 87a9e0fea398c8e4c0be71d4c7d7bd9f775c673e2999c549ab5fae8437941444
Version 20000000
Previous Block 000000000000000000006b4c7bb2ab823a26bc3d3f20f2f0ec55782dada1c679
Merkle Root 377a5c6ea5c0e9b1440f493ab71417cfbc7aad11d094eb8765a969568e92a5f8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,846
Size: 1.00 vMB
Total Fees: 0.00521474 BTC
Feerates: 100.72 > 0.52 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,104 (266,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,147 648,147 0000000000000000000781c445fc764527f50976002dfee153dd251bbc429fe8 2,158 1.00/1.00 vMB 70
648,146 648,146 000000000000000000010f4cb67dd11853f60949825851e8b8a793968c8b1843 2,756 1.00/1.00 vMB 62
648,145 648,145 00000000000000000009b32a545ad4a8048b85e7f1aa87854030a45810dc3008 2,442 1.00/1.00 vMB 101
648,144 648,144 000000000000000000068ad61aaa76703bad366a81f645a0fc11a2deb61de302 1,876 1.00/1.00 vMB 35
648,143 648,143 0000000000000000000feb3cfcc69660e5c98fb978bf6a07f4075a8556db5fef 1,086 1.00/1.00 vMB 20
648,142 648,142 00000000000000000003b2ebacaa6192995f91eeaf8bda715ea5ef8eb4877764 1,656 1.00/1.00 vMB 45
648,141 648,141 0000000000000000000160217984101386624e648f532dea3093e87ad9e19ecb 2,068 1.00/1.00 vMB 52
648,140 648,140 00000000000000000008ae4637be11b3d1de3351228f4341067a01be639e12cf 2,546 1.00/1.00 vMB 25
648,139 648,139 00000000000000000009557f23813c41f80db2386a172ab5e7f1df8a5c710f87 2,664 1.00/1.00 vMB 71
648,138 648,138 0000000000000000001002729e15e01a540b6fe27ef44aa6a8663a0ee4ce761e 2,676 1.00/1.00 vMB 80
648,137 648,137 00000000000000000000b26e70fb11b6d57f6d2285f31b32a86347ef6d413d9e 2,660 1.00/1.00 vMB 26
648,136 648,136 000000000000000000020d479192dedc6ad036b010cd3eb355a1ed84a32896b9 1,701 1.00/1.00 vMB 12
648,135 648,135 000000000000000000098d1aa5b698afee83f7d7d0b4a65a61c716b909874805 1,883 1.00/1.00 vMB 64
648,134 648,134 00000000000000000000435726e27d3b1c81ae6eab9537fcc48eed8ebb8794cc 2,860 1.00/1.00 vMB 101
648,133 648,133 000000000000000000007f11f9dcca0ea731922059751e81808a8f51f292572b 1,193 0.52/1.00 vMB 40
648,132 648,132 00000000000000000007557fad257e2c60f6ed0bc785bbf702aab7d335401708 2,240 0.95/1.00 vMB 43
648,131 648,131 0000000000000000000fdb266c2afe9da0b6809c7c2ceaea8deb5cfd02d5bf96 475 0.15/1.00 vMB 43
648,130 648,130 0000000000000000000bbc17b8b6c934ae32251b152b9d58de42614f8685b58d 1,941 0.70/1.00 vMB 39
648,129 648,129 0000000000000000000a2cf8e9fc7b0dd5fdd59844ebeeacc6801047f3453b97 135 0.08/1.00 vMB 33
648,128 648,128 0000000000000000000f85a095bed6fab1ee2fcdf4e36724e2c7c1e4b383f395 1,124 0.42/1.00 vMB 36
648,127 648,127 0000000000000000000799672b53a531a09829469df7e95dd56136e1c99c1efe 1,314 0.52/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 671.10 GB
    • Received: 15.86 GB
  • Uptime:

Notes

  • 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.