Loading Tool

Explorer IconExplorer

Memory Pool

39,560 transactions
26.65 vMB
0.07953880 BTC
Random Selection Loading Transactions
Max Size: 137.57/200 MB

Candidate Block

Mining Attempt 5cade87fe52a540a6ca63cc0c6c489af5d7d00575716d827cc078a12c5a395b4
Version 20000000
Previous Block 000000000000000000002d05d6b44ad40f04c8763a38c5afbba07e4fafa201d8
Merkle Root 14f1470378b25a87227e92dd1a6e3b7c21a8573c756676f621a2071b7cdef44d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,695
Size: 1.00 vMB
Total Fees: 0.02668873 BTC
Feerates: 199.22 > 2.67 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,672 (388,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
526,505 526,505 00000000000000000012dce639f486c4100e01d46804824ccebf2caf6a927ec2 319 1.00/1.00 vMB 3
526,504 526,504 0000000000000000003175dbd032cee3b54a32b5c67aa9960ee844a2f26a16c6 1,267 1.00/1.00 vMB 11
526,503 526,503 0000000000000000003442eb4c4fbfe5a6410e13258363c62d7d7bb7d62cf204 735 1.00/1.00 vMB 5
526,502 526,502 00000000000000000020a0ee80aef1b4cd907784297231f041472ddd36f53b89 1,365 1.00/1.00 vMB 11
526,501 526,501 0000000000000000002c22bda80e89564675d2af67e03c3e60816b1051298b99 1,926 1.00/1.00 vMB 14
526,500 526,500 00000000000000000023a22bd73183e3c0bdc483c1bea6ea8ac5cfeb32e4d359 1,889 1.00/1.00 vMB 14
526,499 526,499 000000000000000000255f4c80da822e502d2e8a7ec32bd66008fe17e2e8cd38 608 1.00/1.00 vMB 5
526,498 526,498 00000000000000000020d5b64b37adbb9d389fb9808381f5843c9a3370687d94 325 1.00/1.00 vMB 2
526,497 526,497 0000000000000000000d4b6a36aa5090b22190b3335d98a78570c34b26fe72c1 260 1.00/1.00 vMB 3
526,496 526,496 0000000000000000001e217c5a56c85d2468b76f54458ae71b630a875be06f7d 2,025 1.00/1.00 vMB 13
526,495 526,495 0000000000000000002f99b035fa0cf2eb50a4a6dbdfbb041e4807378567b53a 814 1.00/1.00 vMB 6
526,494 526,494 0000000000000000001ad8910cf9f73bb020379adfb3f40a4dc178cd5d5bb4b9 895 1.00/1.00 vMB 7
526,493 526,493 0000000000000000003592524adc31d102b8f66d29c6a50b3ae2cb44687354de 1,568 1.00/1.00 vMB 12
526,492 526,492 0000000000000000000c138324bf735eb7b2f2e6392575bb00add1173f9e90b0 1,704 0.99/1.00 vMB 13
526,491 526,491 0000000000000000002639b4390e6cf0ec39a9c695c9df7e24f5946b3af38c25 2,024 1.00/1.00 vMB 5
526,490 526,490 000000000000000000014bd38c4621ef0ed4cea14b4b3ba01b76f51d4cc4ea1b 2,994 1.00/1.00 vMB 29
526,489 526,489 0000000000000000000e8f87a11939d91c6d2b6bca39c02d6c3aef1f8b8ebcda 1,213 1.00/1.00 vMB 3
526,488 526,488 00000000000000000035e4bc91dc93766d6d193910b3265e69319fce340599e5 2,924 1.00/1.00 vMB 26
526,487 526,487 00000000000000000014197ff5e43507309a1cb8bae9992ef69f5050e9ea5bc0 741 1.00/1.00 vMB 5
526,486 526,486 00000000000000000001895556d96d0a579c5ecb4fbe86d8e4e275a412b00c2b 1,200 1.00/1.00 vMB 9
526,485 526,485 0000000000000000001c7f5bb6545a9275d8ebf8d07d10685b2c458a0cc465fe 1,307 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 781.81 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: 635.31 GB
    • Received: 12.30 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.