Loading Tool

Explorer IconExplorer

Memory Pool

77,927 transactions
29.80 vMB
0.10669272 BTC
Random Selection Loading Transactions
Max Size: 177.74/200 MB

Candidate Block

Mining Attempt 71ba7ec15102f1897dd62c7ecd46709a313201493848fa4c1c5b6b9644df89b2
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root ffa71679038ccf507a9d78b91d272eae4e19ea169fd7a34f84957df7b3ba7855
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,544
Size: 1.00 vMB
Total Fees: 0.02331334 BTC
Feerates: 109.82 > 2.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (53,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
861,303 861,303 00000000000000000002ed368cbcc972b83007eab0fc5a82121409051cc6b99a 2,589 1.00/1.00 vMB 4
861,302 861,302 0000000000000000000092d57f7e1870a0753b6d38c658fdabdb93b844c4353e 3,828 1.00/1.00 vMB 4
861,301 861,301 0000000000000000000141698d233e484894ed5f61ff6d9503f1bc89d043a46f 3,427 1.00/1.00 vMB 10
861,300 861,300 00000000000000000002ea113f2897c1c1ac3135564e4ca28fb13c4d972d0802 6,176 1.00/1.00 vMB 2
861,299 861,299 00000000000000000002af268bb0b31a1d9f2307f02d5a942fd810e3a70d4016 3,107 1.00/1.00 vMB 6
861,298 861,298 000000000000000000011c45526d15771fd1bc81c95306d9f5ea4aa289cdbe63 4,502 1.00/1.00 vMB 3
861,297 861,297 000000000000000000007c8df1bbb91fde86d6e49258477eea4148f40877bd35 4,715 1.00/1.00 vMB 3
861,296 861,296 00000000000000000002ec7a7ab2fa4e7ecd8cfd02528f6e741b92fd9083000f 4,050 1.00/1.00 vMB 5
861,295 861,295 000000000000000000029224f14319a515d7d9d907ecc89d6fb5f8826e45b3df 3,901 1.00/1.00 vMB 5
861,294 861,294 0000000000000000000124df3e4b7ec748e86b04c9890dfe0bb706fb690533f8 3,284 1.00/1.00 vMB 4
861,293 861,293 0000000000000000000045450f5164fef1b8086cfff9157b29d496e6759e0c93 4,516 1.00/1.00 vMB 3
861,292 861,292 000000000000000000014c437db050db9bca2d7fd3591a332593546afe16764f 3,941 1.00/1.00 vMB 6
861,291 861,291 00000000000000000000c04482be36946655d16cd653d941376c601e0a6c7f18 7,931 1.00/1.00 vMB 2
861,290 861,290 000000000000000000009b375ad971665167b78b9acd777314a06d09a0fbee8a 5,396 1.00/1.00 vMB 3
861,289 861,289 0000000000000000000296a3d36b50a78459f52f3ee9cc6ff57d32c6ef718910 3,435 1.00/1.00 vMB 5
861,288 861,288 00000000000000000002be6bcc3c0ee8756931f5c80aff06d45cd45d150bc165 5,325 1.00/1.00 vMB 2
861,287 861,287 000000000000000000014b0203614dc45bf3bdeb5a4af2433da419fdd69e1de3 3,650 1.00/1.00 vMB 5
861,286 861,286 0000000000000000000240b11e3d5aa2856162c0cbe616318d21205753d3e9ff 3,171 1.00/1.00 vMB 7
861,285 861,285 00000000000000000000a7ff3816c2f02ce748e6a9b9cc427c34c98c91addbd7 3,772 1.00/1.00 vMB 3
861,284 861,284 00000000000000000002c2f4d7f9dccae6ddca79cfa41d2d207e95f477cc7063 3,660 1.00/1.00 vMB 5
861,283 861,283 0000000000000000000175a4ffdc52785e04f76e1ee61e345e9a9c8e6d79981a 3,112 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.91 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: 714.14 GB
    • Received: 17.51 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.