Loading Tool

Explorer IconExplorer

Memory Pool

25,515 transactions
7.24 vMB
0.02952356 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 6 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.26/200 MB

Candidate Block

Mining Attempt 56996ddb54ee21b79335a4b4833aaaebc93b967d127c4851caea16c16faad595
Version 20000000
Previous Block 00000000000000000001224e274d714499fed1a2156ae81473f2105be1442fde
Merkle Root 132d165aad77b60c3dd9dfc552d85fe4b36b7247e663922b11f44e2d39ce8e3d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 661
Size: 0.30 vMB
Total Fees: 0.00990754 BTC
Avg Feerate: 2.18 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,096 (764,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,669 148,669 00000000000005a6d172e7c875122feb1c5cc95e6704844b9682e59500d9fea5 0.04 MB 142 33
148,668 148,668 0000000000000070f6324ff1741b20e41fd4be8b3e4c72809480b44cb5c68cdf 0.00 MB 12 0
148,667 148,667 000000000000055ce918bfbff3d73c5014079b7a7ae578f77b97b9b7a6931d0a 0.01 MB 20 93
148,666 148,666 0000000000000236a3bcc1957943579ec96755aba4552f4d5b5c4ef432f9b5ac 0.01 MB 3 0
148,665 148,665 000000000000046379a18624dc67172496bd86c66593fd87d32331b05bc3c1df 0.01 MB 28 54
148,664 148,664 000000000000094f6d653b13feb4a7b01f5015669ffc11c649edc103f019da4b 0.01 MB 32 37
148,663 148,663 000000000000091e1cf64628d82898556eef971a1518f2662f6937495acd9f6a 0.00 MB 2 193
148,662 148,662 000000000000030d25355e6adb0697405a1bd4f8fb1cd1bb250c487f16086b24 0.00 MB 15 89
148,661 148,661 00000000000008a7470b4ea68f04e37336508ae4cec39e76cd9c53ed715f110b 0.03 MB 105 136
148,660 148,660 00000000000001cba790da5c7dc93ab0eace5f3715fb8338a08686b866a4571d 0.01 MB 31 78
148,659 148,659 000000000000085ae5087d12e11ed6934801a07ed0f09194d145f0549fed60f7 0.02 MB 44 100
148,658 148,658 000000000000091e32ad280dee586efefe2f3086056e8894e4debd1efe5b3dc7 0.00 MB 7 50
148,657 148,657 00000000000006eba497a316127ee772dab7f15fe34a3752a2fa51eec1fa40d0 0.00 MB 6 136
148,656 148,656 00000000000007f1d9de93961b6cbf5db8e3f647523e522e4503ace76d04ccc8 0.00 MB 6 42
148,655 148,655 000000000000032e179bc0130ce453402e02b7e69ed520fdee29384c8572c8c5 0.02 MB 69 39
148,654 148,654 000000000000023a007deefa228c38a9b3b061301f29b81957ed584b8b589c61 0.03 MB 62 129
148,653 148,653 0000000000000499d909e56df5727b2bbed02a2431dc3cd8ae2d9597f5715ea5 0.00 MB 11 400
148,652 148,652 0000000000000097ca965b416520aa85c763235f74b50b6cff41a1384942c8cf 0.01 MB 19 400
148,651 148,651 0000000000000031706e7b0393d577eff96b7479f385d5cbe68b52a73db1d7da 0.02 MB 35 275
148,650 148,650 000000000000004863ac961d50779c5e294285c867602b3f96cfb8953696d88b 0.00 MB 12 77
148,649 148,649 00000000000002278a59520fb1d62b0bd8e7071f99a437ad682d608c4a27eddf 0.01 MB 14 79
Previous 10 blocks ↓
Total Size: 779.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 59
    • Outgoing: 10
  • Data Transfer:
    • Sent: 110.41 GB
    • Received: 0.36 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.