Loading Tool

Explorer IconExplorer

Memory Pool

83,571 transactions
30.73 vMB
0.16976824 BTC
Random Selection Loading Transactions
Max Size: 186.46/200 MB

Candidate Block

Mining Attempt 68d1da1a80407ef4b485c0c78fd3373cff8d0efd8ce7c43eff189812f5c8cd63
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 540b7d27a8495de3df986338fc23fadac1b18e21752632bea62339394e5a11ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,013
Size: 1.00 vMB
Total Fees: 0.08728827 BTC
Feerates: 150.79 > 8.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (299,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,380 615,380 000000000000000000105412d981d91b3605c34e4027fbe83166d4448e7d5b53 3,365 1.00/1.00 vMB 19
615,379 615,379 0000000000000000000d9422f4de9c286f772d5a4d1096b1729473d24bdae553 2,737 1.00/1.00 vMB 33
615,378 615,378 00000000000000000004fef9d9d2f342b5d670c553e504d05d756f30640702c0 3,055 1.00/1.00 vMB 20
615,377 615,377 000000000000000000017b0c4001c5108cb7ab2182299b5d943acf9e2db86c82 2,805 1.00/1.00 vMB 18
615,376 615,376 00000000000000000004829cfda005368858ff05ebb282d39c1b42e827821b07 3,653 1.00/1.00 vMB 24
615,375 615,375 00000000000000000011b74351f622d46272fff6474c417772ea01fceee50e43 3,112 1.00/1.00 vMB 21
615,374 615,374 0000000000000000000a5639dbf3a58f91ed2b06ec0682e9ee04fe06a9552e5d 2,844 1.00/1.00 vMB 35
615,373 615,373 00000000000000000002767c9d36ec41899f4e64dddd0a5dda6dbbefbece8b36 3,033 1.00/1.00 vMB 37
615,372 615,372 00000000000000000001a452c38dd07d221bcd9aeaa54ef7efe47058aa26933a 3,266 1.00/1.00 vMB 21
615,371 615,371 00000000000000000005b1094e27bce65fce6a908276717ee9dae42a1a5d53f9 2,557 1.00/1.00 vMB 24
615,370 615,370 00000000000000000006a27fc19b3d30580ae7d5176ac66407752564d4572f0d 3,129 1.00/1.00 vMB 17
615,369 615,369 0000000000000000000237b0184711779af3175c42ccf9fb4e5221cc94419656 3,148 1.00/1.00 vMB 30
615,368 615,368 000000000000000000010aef1fe345f67956186b9f30af44404aa28c20294bc5 2,734 1.00/1.00 vMB 31
615,367 615,367 0000000000000000000b5b0e9239b0f34b17bd7127d8ea3e7df71fcff32c4da7 1,869 1.00/1.00 vMB 22
615,366 615,366 0000000000000000000f62a8730b00e5e201f448a59b8c851aeff50663fbc402 1,986 1.00/1.00 vMB 51
615,365 615,365 00000000000000000009a15f77f581d545f528daf25fa4839d4f67073f9200a9 986 1.00/1.00 vMB 82
615,364 615,364 0000000000000000000663177418791a9482714affb99fc81f7de8fa13f6ede2 841 0.22/1.00 vMB 15
615,363 615,363 0000000000000000000bc037d305d9e88677e1b499427492d279550aa9fc7b21 2,984 0.91/1.00 vMB 15
615,362 615,362 00000000000000000011ab212ca99a5cfcde29a1dd4e910899c0c40d340eae0b 2,648 1.00/1.00 vMB 2
615,361 615,361 00000000000000000009d599fb9d88a384e6ca83c07798e1a2bdc3e38011700c 1,143 1.00/1.00 vMB 9
615,360 615,360 00000000000000000009d810359413b12fb4ddc9931b18e9455bc882da1e4b2f 2,227 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 671.92 GB
    • Received: 16.06 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.