Loading Tool

Explorer IconExplorer

Memory Pool

34,230 transactions
25.36 vMB
0.06841724 BTC
Random Selection Loading Transactions
Max Size: 129.19/200 MB

Candidate Block

Mining Attempt 18887a18f5b45bfef7c55d2a0b29db55af6514d3aa137e36d1aaaa9e0986e93a
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 860d0ca2f5d19d46c930df5600e8068f4e3db32a546f8413dd3a47c773f1c5f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,299
Size: 1.00 vMB
Total Fees: 0.02279373 BTC
Feerates: 101.67 > 2.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (173,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
741,366 741,366 00000000000000000008e7cfdaf37181df9f9a728f49f76257def070a7c93223 451 0.15/1.00 vMB 15
741,365 741,365 00000000000000000007a0e8a5263cf906db69a36a20bd540946ba103e28af6d 2,512 0.93/1.00 vMB 16
741,364 741,364 000000000000000000074eb61372188200b59fab70204f49b7aad8c2ded7db60 2,068 1.00/1.00 vMB 5
741,363 741,363 00000000000000000007529a718e3140095b8cabc0ecf6ca59633acbbbf7b435 1,588 1.00/1.00 vMB 11
741,362 741,362 00000000000000000008ee94e68f0d252aa3744159ca30ed22d56df77361ef7d 1,707 1.00/1.00 vMB 15
741,361 741,361 000000000000000000011d3882c3ddfc2b0f802ce9dfe88a7ea05eea1bd1bcd3 1,940 1.00/1.00 vMB 20
741,360 741,360 0000000000000000000223a8418ce1ab0dca68fb3ab3f0fc73d31f7150a60e96 3,444 1.00/1.00 vMB 25
741,359 741,359 00000000000000000007049857b881e6d45e2bf4dd36787c9e94bdf9d56d443c 2,282 1.00/1.00 vMB 35
741,358 741,358 000000000000000000011bedc3339c2cef8cc6750a24f4cc26a95435425c9566 2,014 1.00/1.00 vMB 23
741,357 741,357 000000000000000000087fde2b23f1e8c45e96f28061dbea4c17b396f8c69a30 1,079 0.61/1.00 vMB 7
741,356 741,356 0000000000000000000834d41da13e9a11feb2976b5cc037c574078b9b27b528 2,640 1.00/1.00 vMB 24
741,355 741,355 000000000000000000082ff9e7d6583c7cc0c77fc0532b7cf31257a330b9f7b2 1,178 0.46/1.00 vMB 15
741,354 741,354 0000000000000000000806a6471cb859190faa00c53064229fdde1958a411e88 2,287 1.00/1.00 vMB 16
741,353 741,353 00000000000000000004b8c306ab65fc2e25e04b9a88e1b9438356992a9efbf1 2,262 0.99/1.00 vMB 18
741,352 741,352 00000000000000000004e68bb7b8d47710977b15ffcdfe4bd609299bcee91cf5 78 0.03/1.00 vMB 14
741,351 741,351 000000000000000000086e2779cddbddf0a8fb76118cd22f66a36d00cb876bae 2,347 0.99/1.00 vMB 8
741,350 741,350 00000000000000000002d21c907d4e5804551ea17901ce952e0523d666df92fb 1,936 1.00/1.00 vMB 9
741,349 741,349 000000000000000000062b8b2496d5cf011c0d0de3740c83ab80fade7f0bea07 3,085 1.00/1.00 vMB 23
741,348 741,348 00000000000000000002bc109972d9107cac8a856cace397730f40b28229006c 2,860 1.00/1.00 vMB 35
741,347 741,347 00000000000000000003d68085ec1c89f0bf2ed75e670f0e90f36335b0491e2f 1,520 1.00/1.00 vMB 19
741,346 741,346 00000000000000000006ab239d00c68fb0ee6d584b84cb542d1086059a58c50f 1,377 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.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.