Loading Tool

Explorer IconExplorer

Memory Pool

65,537 transactions
18.52 vMB
0.10208644 BTC
Random Selection Loading Transactions
Max Size: 120.61/200 MB

Candidate Block

Mining Attempt 5374e8a1196f340076479122e63a6fb08f860d302059432a2b3a13cb3b90fad5
Version 20000000
Previous Block 00000000000000000001f2f5bd00c3e79f2570249aea80927e8f2a7909c605d7
Merkle Root 69b076f0d25aca17997fbab17e6ac69090c8e01cfce968a1bd6b0af0fb89c2ab
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,591
Size: 1.00 vMB
Total Fees: 0.06017658 BTC
Feerates: 100.53 > 6.03 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,800 (854,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
61,482 61,482 00000000044f2a70011a0ee050476786caf834bd098f149c042c417be61d5834 1 0.00/1.00 vMB 0
61,481 61,481 00000000074f8d3de2fcccdd84cb594bc8983c6644286fa4701bf5f7b7428b13 2 0.00/1.00 vMB 0
61,480 61,480 000000000bd4ab8e7b8a3134139ebd87d5ba8530cc6189794e045e6a40ff2c7d 1 0.00/1.00 vMB 0
61,479 61,479 00000000008a0607a61d63ad556477588bf4b9541a0dc996c1d44c8edaef6ac6 1 0.00/1.00 vMB 0
61,478 61,478 00000000092930ded52d9717bf68ff53fe362a9ac51947695269154e5cddf85d 1 0.00/1.00 vMB 0
61,477 61,477 0000000008ea853cd36ab93bc7c39dead1b7e551d1b9002da99010d8c316f559 1 0.00/1.00 vMB 0
61,476 61,476 000000000b96c6b41f842a56581c8b8e7d5218449f21df56c7a1389ae69e0609 1 0.00/1.00 vMB 0
61,475 61,475 000000000142119ed0170ec12cdcf54e78d90cb046e09e325fa1aa0e20f1e725 1 0.00/1.00 vMB 0
61,474 61,474 000000000aac3d238ac5d54c0a98791dc8a605a5af8a718f7f287fd2012b1534 1 0.00/1.00 vMB 0
61,473 61,473 000000000e8c51606fcc458e3fa0336d25ea0d880da5f64c6068991c01d15ede 1 0.00/1.00 vMB 0
61,472 61,472 000000000bcf9c1e34e1f2b169a212533b8219d52c7ea15a0106233581520278 1 0.00/1.00 vMB 0
61,471 61,471 00000000018a0f35fd463529b7bb80ec63fd6a7ea9d0b55d36044fc48d2f2f05 1 0.00/1.00 vMB 0
61,470 61,470 000000000d05230db0ea38d2e218665306d8ec0be98ef111ec72c34c18494e36 3 0.00/1.00 vMB 0
61,469 61,469 00000000066382be98e4b10691d4842b927b77e37c8465701daedd5f510363e3 1 0.00/1.00 vMB 0
61,468 61,468 00000000019641346e29cfe022a0df42fe2ed1d2aac167c041d23e894da8b1da 1 0.00/1.00 vMB 0
61,467 61,467 000000000339fdcfc84de1568dc38b7a959798082d4ea15727e0749ef4197fd4 1 0.00/1.00 vMB 0
61,466 61,466 000000000853a2d1f3d24c80c12efd07b83774bd9bdf1cc422a05107a3884799 1 0.00/1.00 vMB 0
61,465 61,465 000000000c016d29bbc33faffb3892e651c118f3c17a5e623ff099fd1d1ca259 1 0.00/1.00 vMB 0
61,464 61,464 0000000005a82d18e0e547988c2451e8f39b1d2c898da4825eedbdce11ff3f02 1 0.00/1.00 vMB 0
61,463 61,463 00000000016662cbf12dbb22f833a63d841449148c92fec2264330422f5ef22d 1 0.00/1.00 vMB 0
61,462 61,462 000000000d26852336593cb41dd8719b9b8f74bd6b4fe242b83364d183b02612 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.76 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: 784.81 GB
    • Received: 21.56 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.