Loading Tool

Explorer IconExplorer

Memory Pool

76,646 transactions
28.69 vMB
0.09277274 BTC
Random Selection Loading Transactions
Max Size: 174.08/200 MB

Candidate Block

Mining Attempt 9e9a9193611ce746d528ac91ddbd66f7179ef45a19ff86deba5d865f90e5577a
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 6120b2bf3c912ec8ccc09a77e8e59d8c305c61d5861cdca045b675f5d315c7a9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,774
Size: 1.00 vMB
Total Fees: 0.02649230 BTC
Feerates: 180.82 > 2.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (227,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
687,674 687,674 0000000000000000000b399c3b047fef36872d44491df1755ca3fad32b753fb4 2,102 0.97/1.00 vMB 9
687,673 687,673 00000000000000000004a0f02409b78b3e9179f9e22ade447c6217da4f6c763a 1,457 1.00/1.00 vMB 29
687,672 687,672 00000000000000000000b27fbf58a5a6a7098008732dea9dbf6329f908887f5a 2,196 1.00/1.00 vMB 44
687,671 687,671 0000000000000000000ca2180d5ea8a591ff16595f63fd00a6f4cec1bde736a9 2,088 0.77/1.00 vMB 26
687,670 687,670 00000000000000000003e3fb751647254054bc592b8d317f90e74e4de4427785 1,355 0.59/1.00 vMB 29
687,669 687,669 0000000000000000000dd66bbb367364d165d93525d8c9e54302e85f33f4d18b 295 0.10/1.00 vMB 31
687,668 687,668 00000000000000000004da05da8bade6498b92601bfa06951f5bb0f37279eda6 225 0.08/1.00 vMB 33
687,667 687,667 000000000000000000086ab9fe873227377c10386d308ffbdc5e18983deae88a 2,176 0.94/1.00 vMB 8
687,666 687,666 00000000000000000003e6f957ba5b92d937d1be59ce23687128f7bb688900fb 2,287 1.00/1.00 vMB 37
687,665 687,665 0000000000000000000154d0e92d225a20499975b1b7b4723142883034889c39 2,335 1.00/1.00 vMB 41
687,664 687,664 00000000000000000003de86833aaa4aac114ad2da0a7b964c88ff0514813f16 980 0.41/1.00 vMB 22
687,663 687,663 00000000000000000004b61d464b439f2c24f5b91c8710d623593579790e3d98 1,694 0.75/1.00 vMB 22
687,662 687,662 0000000000000000000b825ebb0e2c5e5b410912df3504beca0d3cbf18ae5cf2 2,499 1.00/1.00 vMB 35
687,661 687,661 00000000000000000001c2f08a9e7c6e0c876227bdbb61bf1c895a402fd20ecd 627 0.24/1.00 vMB 27
687,660 687,660 0000000000000000000a64cc13b5bab27fc22241a84543b4c99500487aeaee7f 565 0.20/1.00 vMB 36
687,659 687,659 00000000000000000003aaa4d0812fe8538bf89fe7850b4b601eedc5f0777fbf 1,040 0.74/1.00 vMB 15
687,658 687,658 000000000000000000012628a1bf4c41aacfbfe140bcc3f8beb26adcf28e6134 22 0.92/1.00 vMB 1
687,657 687,657 0000000000000000000d7be7357fc57feb171d261c15d95a23028b4ff3500fdf 515 0.18/1.00 vMB 32
687,656 687,656 000000000000000000005c48d87fcd650c85c74cfe67069dc6375d84e79612b0 1,732 0.93/1.00 vMB 5
687,655 687,655 00000000000000000002388e053effc5ca13bbc6cf5653dd94cc4830289be3dd 1,408 1.00/1.00 vMB 32
687,654 687,654 00000000000000000004decf79e227e06ee5d448ac79aeb50317b4a0b43c4b9c 2,424 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.86 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: 712.89 GB
    • Received: 17.24 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.