Loading Tool

Explorer IconExplorer

Memory Pool

81,058 transactions
30.58 vMB
0.08617960 BTC
Random Selection Loading Transactions
Max Size: 186.37/200 MB

Candidate Block

Mining Attempt 8d5a5c35aedd9ce863f60c9d4740dd33b28dea6b27b2f2e17a25816aaf0d81c5
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 53d3f8538a8ce9129a70b0ab700d6566562b96a093d73bf03c841be2dcc21a5a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,273
Size: 1.00 vMB
Total Fees: 0.01760740 BTC
Feerates: 318.30 > 1.76 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (140,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
775,331 775,331 0000000000000000000528323f29e6b388497d06078b937457e272c284e86b9c 2,827 1.00/1.00 vMB 14
775,330 775,330 00000000000000000001bde30de9e1b8be389705f18e21cfa5e8b6d9529b1ba2 3,382 1.00/1.00 vMB 24
775,329 775,329 00000000000000000004da013cf8f95676135a271d83c9db17ebe92b468eda34 3,042 1.00/1.00 vMB 21
775,328 775,328 000000000000000000023c6802db1be8701602f879b77f2a48507fff73bed1cd 1,260 1.00/1.00 vMB 18
775,327 775,327 000000000000000000058a080f5b662dde8842c460c8cddca7738aed492585bc 1,766 1.00/1.00 vMB 21
775,326 775,326 0000000000000000000165171208e8ce4704a197e50cb492b25052b0ebf7dd6a 1,355 1.00/1.00 vMB 8
775,325 775,325 00000000000000000006ef5213800447e77445e9264617c869178926d56dadbc 2,002 1.00/1.00 vMB 11
775,324 775,324 00000000000000000004d4b25d886f912c0e17da1a77f74f4512ab7ad3e97b95 2,221 1.00/1.00 vMB 9
775,323 775,323 00000000000000000006b7955d5ae5d094e33ad64afef0537e157faa3ca977a2 3,123 1.00/1.00 vMB 23
775,322 775,322 00000000000000000002be73a1723f7edfe5967decbb84f2c1bb93bcbcd3157d 928 1.00/1.00 vMB 8
775,321 775,321 00000000000000000002c893f1b00bc0c95f66d899d54d8b346939c84b6b00e7 2,187 1.00/1.00 vMB 10
775,320 775,320 00000000000000000000091edbf384e880abc99fdf24804565f259cde90861d2 3,702 1.00/1.00 vMB 28
775,319 775,319 0000000000000000000642fe06b5be78e6a7dd36925c323788c58ace085bb4e1 1,007 1.00/1.00 vMB 3
775,318 775,318 000000000000000000035f9acaf6d4193535fb1f4211d90b63e2d6f900d8f22a 2,701 1.00/1.00 vMB 14
775,317 775,317 00000000000000000005f54b10d7fe3980e6e8e119fa543f503160b506e9043b 1,309 1.00/1.00 vMB 4
775,316 775,316 000000000000000000039fd62f1e33056229b1f5ee5f753c3f1d60fa236f7e94 2,143 1.00/1.00 vMB 14
775,315 775,315 0000000000000000000085415b2cb2bdfede376dbdb2c431a79b5d75d1bd4431 1,897 1.00/1.00 vMB 10
775,314 775,314 00000000000000000004916f2153c96dd4a8aded091672c6eb84ce5f7e2385e4 2,371 1.00/1.00 vMB 16
775,313 775,313 00000000000000000003a68184e8af607ce4e4aa23970b4c645edaac6fdb038d 2,239 1.00/1.00 vMB 9
775,312 775,312 00000000000000000004f2fb02f8f34f7c786be75e8851cc92b0c7581aa8129a 2,986 1.00/1.00 vMB 24
775,311 775,311 00000000000000000002b251d444974bd6fcad6b688bd3f0abde2a233148f483 628 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 783.00 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: 718.39 GB
    • Received: 17.89 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.