Loading Tool

Explorer IconExplorer

Memory Pool

81,217 transactions
30.61 vMB
0.08739132 BTC
Random Selection Loading Transactions
Max Size: 186.59/200 MB

Candidate Block

Mining Attempt 5c2845b170d2908928ed8562f560c0a61505cfb63412c30493d447e7c670274a
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 6c2bc8d0e0c2a06928a0f90e74f3f7d5bc2b72102c383fc37a826db50fbd14a1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,248
Size: 1.00 vMB
Total Fees: 0.01874536 BTC
Feerates: 318.30 > 1.88 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (101,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
813,674 813,674 00000000000000000001f46106231e49982743e35fc5b6fb58abc543ee27efa4 3,272 1.00/1.00 vMB 50
813,673 813,673 0000000000000000000329bc71436aeb2fa4ef40d9b14260a0fbe3d043713cea 3,666 1.00/1.00 vMB 52
813,672 813,672 00000000000000000003d31ed3b52a85227eb47b5ea463fb087cd14bc7aa6491 3,279 1.00/1.00 vMB 67
813,671 813,671 00000000000000000002e9c711426a0794938d0dae45b554e950e13c5a877a6b 2,682 1.00/1.00 vMB 30
813,670 813,670 0000000000000000000487208c16b6ef777d3d9e6341c8be5f22b34568bd5fc9 3,238 1.00/1.00 vMB 44
813,669 813,669 000000000000000000004c4523dd154758b88b8f717d8206092990c76aa30abd 3,488 1.00/1.00 vMB 39
813,668 813,668 000000000000000000030a46b7ab53de4aab1bc2826fa79b2defced9234d4b17 2,384 1.00/1.00 vMB 58
813,667 813,667 00000000000000000001a837f265d5ff4ecd7c5acf0d456e35a23547fccac34b 2,750 1.00/1.00 vMB 28
813,666 813,666 000000000000000000002767aadf2a2fb9a3b75527b2b88c5ccad296265ee644 3,385 1.00/1.00 vMB 33
813,665 813,665 00000000000000000000cab94f953bf6eba96e9a8dfec039ea2db6cb69b136b0 3,361 1.00/1.00 vMB 26
813,664 813,664 0000000000000000000235c646ddcd13bb6e4ac06ae806eacfa107add7d01723 3,076 1.00/1.00 vMB 44
813,663 813,663 0000000000000000000023a1ce85d8bfe63bf6c59ee1d43679190860cce467f9 2,569 1.00/1.00 vMB 29
813,662 813,662 000000000000000000048d96bf4d1d504fd2537c586be0cb200c9e051c963813 2,947 1.00/1.00 vMB 36
813,661 813,661 00000000000000000000cf0ba5f11728ee0a83f149015d5f58532d42a5da1430 3,205 1.00/1.00 vMB 42
813,660 813,660 000000000000000000001012c2eeb1fe6efa023f1decdaed93b593646421c763 3,280 1.00/1.00 vMB 53
813,659 813,659 00000000000000000001b45849b28c139b6b27677649f4a4a6bdc5e6c5ba6b01 2,995 1.00/1.00 vMB 42
813,658 813,658 00000000000000000003cd4bd6c560e47095304e2e030b64aaaac81d16dfba62 2,927 1.00/1.00 vMB 42
813,657 813,657 00000000000000000004476ae98e74cc1278e214cda005ff5ec9a1fec189fd9a 3,147 1.00/1.00 vMB 47
813,656 813,656 000000000000000000045f199a5b7c2268f0155db1bd0456ae9827019e75b477 3,164 1.00/1.00 vMB 54
813,655 813,655 000000000000000000041cd9e1f1c6f7755583d6dbae89a07b3e2c8d4fbae6e3 3,197 1.00/1.00 vMB 38
813,654 813,654 00000000000000000004388212eac94d5c68cc384bb7d7c41569e4591607a8c0 2,675 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 783.00 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: 718.40 GB
    • Received: 17.89 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.