Loading Tool

Explorer IconExplorer

Memory Pool

70,292 transactions
26.39 vMB
0.06100195 BTC
Random Selection Loading Transactions
Max Size: 159.71/200 MB

Candidate Block

Mining Attempt bf5116bd2dd7c2d3a05c650f17a7702622ac6e9f36d996257c8c201fd17b6d35
Version 20000000
Previous Block 0000000000000000000036422ab61dbcf0349de83af20f000132644b332f8024
Merkle Root d1b132b5982a43735b1e68fbfc82665e2a9302cf62f15609a674d7401aa263b0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,575
Size: 1.00 vMB
Total Fees: 0.00485136 BTC
Feerates: 45.16 > 0.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,462 (793,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,615 121,615 00000000000025c7f616f38b6b54407dcadc22a9ba2c6b5a9c0ca5818fe8a567 14 0.01/1.00 vMB 183
121,614 121,614 0000000000001fe6b580fc1aad0248633ac7662b42872ef91ed23cb7f5d8e9ae 1 0.00/1.00 vMB 0
121,613 121,613 0000000000002b781cad0e9a9e3a7d5515b7d68f30404916b6f62f1c8b6b8b0c 10 0.00/1.00 vMB 0
121,612 121,612 000000000000084e78daac5b5e6c2bc0160c79fd06b8ce6553ed93ffa7f11653 10 0.00/1.00 vMB 292
121,611 121,611 00000000000097d034ad8a31d9f043738f0a9107db0e8fe918812ca52ffb97d9 16 0.01/1.00 vMB 157
121,610 121,610 00000000000019efa12c142460244de4bbf529a73dfaf7667ebbc63edd0d1c60 11 0.01/1.00 vMB 642
121,609 121,609 0000000000008caf3bc32fcdc2c77c993f9d33b7f6ce89710b6f8c7cf24a3741 9 0.00/1.00 vMB 321
121,608 121,608 00000000000021733962fb271bd6c00f36b87c85b622b11d004c2b255e72289a 8 0.01/1.00 vMB 0
121,607 121,607 0000000000003f2cbaacc87dcb551881e397e45be31c66e9b26c2900a2cebc06 17 0.01/1.00 vMB 117
121,606 121,606 0000000000000263428534b43a68560763ebebd01a4a0659cfbe2910cfacf938 1 0.00/1.00 vMB 0
121,605 121,605 00000000000006876d1b3f679158761f90dda5c9ca0a91dc5a7c5d5881304f9c 7 0.00/1.00 vMB 0
121,604 121,604 0000000000004f7418234b66e55848ddcf4a6fb17de136e207eb641b17095519 37 0.01/1.00 vMB 391
121,603 121,603 000000000000768500cdc046ae7e804cb305688a9103ad260c5666677ecc0a8e 2 0.00/1.00 vMB 1,179
121,602 121,602 0000000000004efa43fadd3e9668830507dddc4a59a5f86fd75f58fa45f6a128 1 0.00/1.00 vMB 0
121,601 121,601 0000000000003f887b9343368ccc826c4d82355631e88182c58f7e0824a30dc7 3 0.00/1.00 vMB 2,074
121,600 121,600 0000000000008f0087f4e342be4643b2951f7b364601ce778b8ab6c79f563474 1 0.00/1.00 vMB 0
121,599 121,599 00000000000084afd49b671882c17372b42128610bdb400bd82b49dc274be8de 3 0.00/1.00 vMB 0
121,598 121,598 0000000000000ae577f682167013dbc45a7083d3417be4b00e60bc419f5eb701 3 0.00/1.00 vMB 0
121,597 121,597 000000000000137b1e6368e46c5742780993adede00b4e0979af5aa3ccd8d7e7 2 0.00/1.00 vMB 0
121,596 121,596 0000000000007896867a7509f3e79f2ed4a0139b5532fc48f9b69ad8432738f9 1 0.00/1.00 vMB 0
121,595 121,595 0000000000002b59955b3fc4e601284eef3847ef4184408a95d31f8b342a6552 9 0.00/1.00 vMB 437
Previous 10 blocks ↓
Total Size: 783.20 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: 753.86 GB
    • Received: 18.91 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.