Loading Tool

Explorer IconExplorer

Memory Pool

80,415 transactions
30.23 vMB
0.07600007 BTC
Random Selection Loading Transactions
Max Size: 184.98/200 MB

Candidate Block

Mining Attempt f70f3353fdfcaec5bb0918d8c90d2f3f56c55ad6c7d52fe78b26ba2febab448b
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 20fec23fc2243a4dd5669d9917965d5b1a70c569e04550591c9986d27947b26f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,371
Size: 1.00 vMB
Total Fees: 0.00869095 BTC
Feerates: 318.30 > 0.87 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (320,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,547 594,547 00000000000000000006217e1eab83f66fbc5785684e283d0f09c12f200fc226 3,063 1.00/1.00 vMB 22
594,546 594,546 0000000000000000000e8377e56edc202926b34a5077c36d2d56d3d3e10cc5c3 2,993 1.00/1.00 vMB 42
594,545 594,545 0000000000000000000542b57836487518a83196d700b7be840acdf00d823136 2,428 1.00/1.00 vMB 16
594,544 594,544 00000000000000000014d0571be68d8549da10d3f409be5acbfd6b3243b0f693 3,094 1.00/1.00 vMB 38
594,543 594,543 0000000000000000000ec7748066b884b3e990a60bfac5a5e17113c873ae215a 2,237 1.00/1.00 vMB 10
594,542 594,542 0000000000000000000c9720e1fd8ae2cba7f6e43d5234986065be2c3ae9f763 2,346 1.00/1.00 vMB 19
594,541 594,541 00000000000000000003338c2188bccd50a201c31e55127541f049f00c081aa4 2,546 1.00/1.00 vMB 47
594,540 594,540 00000000000000000013f301d011167d2c2a114f63e154d7c2f04fbb24a2f6ee 2,661 1.00/1.00 vMB 23
594,539 594,539 00000000000000000003dae62590d0f9f2498699c004aadcd3229bcb9cd21fa0 2,243 1.00/1.00 vMB 8
594,538 594,538 000000000000000000055b70d9234dd204acf968f25a0c2c9ebbc3fc54882ab1 2,766 1.00/1.00 vMB 23
594,537 594,537 0000000000000000000d4869f5dc6b2a8770f90bdd3badb5f318190dca05e5f2 2,788 1.00/1.00 vMB 37
594,536 594,536 0000000000000000000f9bfc7ec115783520aeb969a29bc057a3cedc6ec7d3e3 2,669 1.00/1.00 vMB 17
594,535 594,535 000000000000000000100334c00928c23902b7b85c67b06996f769a746ef1e70 2,655 1.00/1.00 vMB 19
594,534 594,534 0000000000000000000bf93083c7b57fdae767b179deec3f9e5a2e7d34f1a846 3,236 1.00/1.00 vMB 40
594,533 594,533 000000000000000000150422a144d033b127a351cf0ca0f0045408089cfa73f9 2,618 1.00/1.00 vMB 16
594,532 594,532 00000000000000000002d254a302e53efe69406607f09b22a418ad962709e88a 2,949 1.00/1.00 vMB 28
594,531 594,531 000000000000000000035a6256c638fe50e08cc90c3f5b6d9503340406eb28dd 2,426 1.00/1.00 vMB 33
594,530 594,530 00000000000000000000914e644f9508a1d0e3b8aaeffc06ea16eaafb39f0b26 2,772 1.00/1.00 vMB 23
594,529 594,529 00000000000000000019a70f883a9e53cafbc1e4662cdcbb01de0450b5de11cc 2,659 1.00/1.00 vMB 49
594,528 594,528 00000000000000000005883b17624dd882a45e60647cf5502d08b5ccb169a6b1 2,920 1.00/1.00 vMB 33
594,527 594,527 00000000000000000019388d42f5621fb9fa0f721398659d537cf077bc5fa8f4 2,269 1.00/1.00 vMB 25
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.21 GB
    • Received: 17.88 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.