Loading Tool

Explorer IconExplorer

Memory Pool

51,542 transactions
29.28 vMB
0.08021580 BTC
Random Selection Loading Transactions
Max Size: 158.36/200 MB

Candidate Block

Mining Attempt 2e9e12a1a0cd478404f8d888554c36aea0cfdcc2babff17354192904803adda0
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root b1fbb6608dc68f81be61fed8f35d3bcc05916784d1c0b0d7cfdc79a5c6dbb7ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,334
Size: 1.00 vMB
Total Fees: 0.02416809 BTC
Feerates: 173.90 > 2.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (225,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
689,399 689,399 0000000000000000000169e8403adc155d18dbcb08d40da2fd289210feb66dd8 2,942 1.00/1.00 vMB 25
689,398 689,398 0000000000000000000d8bc5c63d70f83b6cf55bf26b8e857402269c5efcd570 2,826 1.00/1.00 vMB 63
689,397 689,397 00000000000000000004893b99e64a79b050a778fcbc8339adea2abd4d9005d1 2,968 1.00/1.00 vMB 53
689,396 689,396 00000000000000000003f9f4887d8d442913a62929451bc3e54420fdd8ecb216 3,330 1.00/1.00 vMB 75
689,395 689,395 00000000000000000004f11709d42bcf1b52016f6e20c40f7c917977f01cdb2c 1,253 1.00/1.00 vMB 80
689,394 689,394 0000000000000000000380d380eb49c80de2531daeb42b07f445543a000ed973 1,302 1.00/1.00 vMB 84
689,393 689,393 00000000000000000004bcc60ea50112b3805ef85949bf885d765015e1fe26d8 2,861 1.00/1.00 vMB 74
689,392 689,392 0000000000000000000980b28bd06aea13b5d40e776c3534b55e684566631c97 1,169 1.00/1.00 vMB 75
689,391 689,391 0000000000000000000d287f66a5778df7a2243015aeffb687e64587de13067e 2,725 1.00/1.00 vMB 85
689,390 689,390 000000000000000000065737979669c286fd582029f6c080371ef2ddc96e593d 3,400 1.00/1.00 vMB 111
689,389 689,389 00000000000000000002ddbc812dba945ecb3699c76bf9344c9f872f35ba0f1e 1,357 1.00/1.00 vMB 85
689,388 689,388 00000000000000000002d3a3c2e748d8b1c1ab5be8d7d642fbc63b3cdc3dfe48 2,672 1.00/1.00 vMB 88
689,387 689,387 00000000000000000003159d36b44c4e2fa3111736c53c8a177cf128f6996d38 2,407 1.00/1.00 vMB 77
689,386 689,386 00000000000000000005a9fef3340877b0e5cc7fc8f82be5dab383f30797a415 2,848 1.00/1.00 vMB 97
689,385 689,385 0000000000000000000c15ec1302b1fbab226a6753af1cc8c83624f4366d4727 1,624 1.00/1.00 vMB 82
689,384 689,384 0000000000000000000adf4357701706a466f1b1eea5a5e8635a5110d5bfb1dc 1,020 1.00/1.00 vMB 36
689,383 689,383 000000000000000000080acf5b4a36c92e144b7f5766e537ef8cd6a9a38d9879 610 1.00/1.00 vMB 27
689,382 689,382 0000000000000000000c55936d7fd2fb0bfa19683f78f904f204a43b45b88f51 460 0.99/1.00 vMB 21
689,381 689,381 00000000000000000000bbd91be382905a9d2b901195f83b89719637b74962bc 569 1.00/1.00 vMB 25
689,380 689,380 00000000000000000009a2cff6253890ce8e8fe1bdf263a6ff5ab3e7e68903fe 489 1.00/1.00 vMB 28
689,379 689,379 000000000000000000058833d26a5f24d938fa602c16ab1d9a68abfcfeb711e4 822 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.