Loading Tool

Explorer IconExplorer

Memory Pool

72,319 transactions
27.85 vMB
0.05897820 BTC
Random Selection Loading Transactions
Max Size: 165.40/200 MB

Candidate Block

Mining Attempt 5d75ba5f5a2f96fd5be8529c715deaac61ac6bf285fb45d34325e0936330f95e
Version 20000000
Previous Block 00000000000000000000e0c459f13ddf02d73e8b60894ea83c46113e0f3e25a9
Merkle Root 2ca3a41d58d4718c1dc7728d917d7b57dd11a13e8756d01f7efadbc00f5f8e08
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,772
Size: 1.00 vMB
Total Fees: 0.00346413 BTC
Feerates: 12.53 > 0.35 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,067 (266,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,149 648,149 00000000000000000007fe01b6a2ba5fa7d559f8e297ae818d9034d64355a766 2,812 1.00/1.00 vMB 19
648,148 648,148 0000000000000000000891a50e53c251f1e6c42a98dea09c8be742638d3e1b70 2,786 1.00/1.00 vMB 11
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
Previous 10 blocks ↓
Total Size: 782.51 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 668.60 GB
    • Received: 15.54 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.