Loading Tool

Explorer IconExplorer

Memory Pool

83,273 transactions
32.02 vMB
0.10767172 BTC
Random Selection Loading Transactions
Max Size: 192.49/200 MB

Candidate Block

Mining Attempt d6e7ed8a32fdda0a7ae6c91a7862700eab6c0116989a0c785ab0c44ef454a914
Version 20000000
Previous Block 000000000000000000019edd1a56b4f361ecb598479f8049a106a5401578635e
Merkle Root e336c9f66bf1078c400d36e7d9dbc0a4b5328d0ac5a17bbac6cd17ef3b3a2675
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,336
Size: 1.00 vMB
Total Fees: 0.02630380 BTC
Feerates: 353.36 > 2.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,231 (634,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
280,455 280,455 00000000000000023947d1963c7a7e6c52c6a79c8b7b17e595585b218a0bd409 402 0.20/1.00 vMB 46
280,454 280,454 0000000000000000a24cba9ed0e605df49f1f6390cb9734e242dffba34b64c9d 259 0.25/1.00 vMB 16
280,453 280,453 0000000000000000f4774cde34e12d68f6f75ad78a7049da397cab80a47ac3ef 37 0.03/1.00 vMB 65
280,452 280,452 00000000000000011bb2b1f9dd8a10bf31f460fef96ee26a9adbd04efe51cabb 558 0.25/1.00 vMB 46
280,451 280,451 0000000000000001b142531816748b2e63c76200d6adca5fbaf9c4a62fcbbc09 113 0.03/1.00 vMB 319
280,450 280,450 00000000000000018300a0307b9ca63457dcadaa47d980fda716fd43e6383c61 666 0.25/1.00 vMB 51
280,449 280,449 0000000000000002005ad4bbc0d833d45d5b6745de2f7dedf1582fd8bfa62905 148 0.11/1.00 vMB 22
280,448 280,448 00000000000000004c5865332cef77938934ea77df1fbf50fafa59aca7abaa5d 52 0.10/1.00 vMB 12
280,447 280,447 0000000000000001e217c9cc5f239ea052be382aef77315421f175b065ca9621 208 0.14/1.00 vMB 26
280,446 280,446 00000000000000019daeae48b3658b8c478efa3e93659a9aff6b8083cbd97a82 112 0.07/1.00 vMB 25
280,445 280,445 0000000000000000b30367bc0b24536e69390fbbf8703bb8a52073782ef63762 346 0.19/1.00 vMB 40
280,444 280,444 0000000000000001c104d5db9bffe50deecb299c0c472a8f01638ce45f7e960b 236 0.12/1.00 vMB 48
280,443 280,443 00000000000000011a3d3cbd686f815bf6562d1882f2ec82ec29dcdffc314401 108 0.07/1.00 vMB 18
280,442 280,442 0000000000000000448b8f149f9cfffcd5ee0bcbdcbaee2ec82d6b97c1cad786 860 0.45/1.00 vMB 27
280,441 280,441 00000000000000023e7dce204cc1efdf0fa3c9f7aeab276f30b61652aaed20d1 108 0.03/1.00 vMB 236
280,440 280,440 0000000000000001420349f2276e53e5b087faea67c7c40aa12383c416067364 625 0.25/1.00 vMB 43
280,439 280,439 0000000000000000980cc30c34722aa9beb678ad4d3836db4ad1c94e3b2c1f04 76 0.03/1.00 vMB 189
280,438 280,438 0000000000000000bf51337b8f2a31392ced3b5514b75ba46c66552df3b818f9 315 0.35/1.00 vMB 17
280,437 280,437 00000000000000012d81d33369fae9a5181880969b6f0cf4102d0765d6cda413 663 0.50/1.00 vMB 27
280,436 280,436 0000000000000000983c02e0928ae76279fdd4009757b4f04d96a8efb02cbc93 686 0.25/1.00 vMB 67
280,435 280,435 0000000000000000f8a1313c99cc70b5e51a45fc6b8c2ac95c2c35e34d8e08d5 683 0.25/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.79 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: 709.83 GB
    • Received: 17.00 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.