Loading Tool

Explorer IconExplorer

Memory Pool

83,214 transactions
30.37 vMB
0.16570043 BTC
Random Selection Loading Transactions
Max Size: 183.94/200 MB

Candidate Block

Mining Attempt 53a8da025f8eccddb99ca210f9eec96eb8d7fdb27b934dad3c89c343cf169f1b
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 99567396733b42c1361adbe305d15f234ff2d06c70ebb997fb2f6316a8a01cb6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,276
Size: 1.00 vMB
Total Fees: 0.08904121 BTC
Feerates: 128.15 > 8.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (290,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
624,532 624,532 0000000000000000000e28c2587c07285108296bb93ce339d0e7e6f64d28d786 2,680 1.00/1.00 vMB 18
624,531 624,531 00000000000000000011a19a6728d4786798378e095c798337195a536bc041df 2,826 1.00/1.00 vMB 19
624,530 624,530 0000000000000000000055f52bd83964cf7c2ab84b7a5174ede8eb94b0f3e11c 2,935 1.00/1.00 vMB 32
624,529 624,529 00000000000000000009bfce7e7f3e8c45bd125ddfd57f8fb2b7b4593aa10a14 1,174 1.00/1.00 vMB 4
624,528 624,528 0000000000000000000b904b0a1589511786d66d1db340f591fb8cf230c80869 2,446 1.00/1.00 vMB 16
624,527 624,527 0000000000000000000e3f55b3dd39f9a0fe47e9e2f4f9c0bf53e54bbc737829 2,825 1.00/1.00 vMB 19
624,526 624,526 0000000000000000000a08c47438ff6a6cd52f153329525b833ebc8bd744bd48 2,236 1.00/1.00 vMB 13
624,525 624,525 000000000000000000006b3153341dc636d452e356eb79782700c4ec218811ac 1,896 1.00/1.00 vMB 17
624,524 624,524 000000000000000000021cf0b349965c3ca10b8bff1bc3af6860b770450dfa94 2,035 1.00/1.00 vMB 21
624,523 624,523 0000000000000000000bed8ba3441e4a4b3e2b70e7dc964d85501cf57764fa40 2,258 1.00/1.00 vMB 39
624,522 624,522 0000000000000000001214c00a846d832a7568cf8596f58252404062c8544860 1,473 1.00/1.00 vMB 74
624,521 624,521 00000000000000000011eddf6bd0ba7e61c3aca86bc229ec28d69f3d69c6f412 1,902 1.00/1.00 vMB 9
624,520 624,520 000000000000000000107d2493f3f4bebfb63bfef416ed6c0a4f587fad8d7b08 16 0.00/1.00 vMB 24
624,519 624,519 000000000000000000034035e63cea2880ef28d4121ac2e85f4a07f21d6ed107 1,210 0.55/1.00 vMB 11
624,518 624,518 0000000000000000000c5da39c6f8e36d72c8e3f3d7a523926398954a544b6c4 1,065 0.84/1.00 vMB 6
624,517 624,517 0000000000000000000859481b59f76caa791bffb61bde3c8a67704538ffdd5a 2,673 1.00/1.00 vMB 12
624,516 624,516 00000000000000000005836ce44ee47e59feb72727eef273862750fa1ade71b9 720 0.26/1.00 vMB 13
624,515 624,515 00000000000000000002545708ec1dff4eb22688ddebf2d2771c9056024f2f15 886 0.51/1.00 vMB 8
624,514 624,514 00000000000000000007271858f3a4c539d5e7b6620a9b0a8e84b0a37321bb8a 243 0.09/1.00 vMB 27
624,513 624,513 0000000000000000000efa1a9373fa5e355e63ac13f90bf9ec845359fc5edbb0 156 0.20/1.00 vMB 4
624,512 624,512 00000000000000000007a8c8b6c6fa0e25963dee763243aa315c1e1f2ae27e7d 1,077 0.98/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.60 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: 671.73 GB
    • Received: 15.99 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.