Loading Tool

Explorer IconExplorer

Memory Pool

82,353 transactions
30.75 vMB
0.08414772 BTC
Random Selection Loading Transactions
Max Size: 185.35/200 MB

Candidate Block

Mining Attempt c319ecd04fa963f673b097b69bd6eabb88016bf6a65de8bd5b9e58e64e81d8ae
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 736da1bfaf74677ee902979c3faec7f749a053eec38d0c108cf874c0c8a3d89c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,177
Size: 1.00 vMB
Total Fees: 0.01883617 BTC
Feerates: 73.20 > 1.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (196,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
718,299 718,299 00000000000000000001f42626b968a874ff086cc3b972d69b29434d7efc3d10 705 0.21/1.00 vMB 10
718,298 718,298 00000000000000000002c23e9ee4315faad6478bcfa96902b2f925d87cb003eb 2,480 0.74/1.00 vMB 12
718,297 718,297 0000000000000000000b8c784f0d0f28f04ecfc66c61fa2befeebd3248237b04 1,294 0.35/1.00 vMB 10
718,296 718,296 000000000000000000044a98ae9dcfd5fccee6424e0eee7bc53bb18741c0823d 188 0.07/1.00 vMB 9
718,295 718,295 0000000000000000000589ff6643c3eb580f4de48644248509b80c311fa995b1 177 0.04/1.00 vMB 11
718,294 718,294 00000000000000000006b7bda06e3c90fe09bb36c35b6c78fca279eee56868d2 675 0.18/1.00 vMB 10
718,293 718,293 00000000000000000008122b7c2fdc468c79e89af4ea87d1e9999e26263c387d 1,509 0.48/1.00 vMB 9
718,292 718,292 000000000000000000066334e16cf42631f3b0cb47cc97a77e7f831a2d906de5 921 0.48/1.00 vMB 5
718,291 718,291 00000000000000000002abea0a849a368ff882745b1ee1a31f1205b420137d13 3,383 1.00/1.00 vMB 13
718,290 718,290 0000000000000000000651baf60c7495bc182566b374a53b88e1ce8dee1e3fde 3,385 1.00/1.00 vMB 7
718,289 718,289 000000000000000000082fb210dda92fb90887c70f5a27313d0f9f3ee354bd5e 1,822 1.00/1.00 vMB 7
718,288 718,288 00000000000000000004d18b5e6500f75371c09a3331e735e17882ef7e6973d7 1,411 1.00/1.00 vMB 8
718,287 718,287 00000000000000000009c0b692f332cd602bb78ab8ce2dce6d1174144f051014 3,332 1.00/1.00 vMB 16
718,286 718,286 0000000000000000000355909cf6bc59105b6b8e5d4eb80f6d8de5f6ea5a3735 1,402 0.57/1.00 vMB 9
718,285 718,285 000000000000000000050627a93a1d0aced8e5bc0a8c961b8ea189293f095136 407 0.18/1.00 vMB 12
718,284 718,284 0000000000000000000571197e2ab3eaa183cd835bf06b541c4fca1e0dde7657 177 0.07/1.00 vMB 8
718,283 718,283 0000000000000000000021b056dc72ddb681e66e3bfdee2a23c6b173ad4a8612 1,719 0.60/1.00 vMB 11
718,282 718,282 00000000000000000004ac1db1c38c85c6cf7ad9eebbd113ffca9e83096eb90f 64 0.02/1.00 vMB 8
718,281 718,281 000000000000000000097e5ea1982bc85ab3fa4fd049f4a8d3e398ada7a4e466 1,739 0.61/1.00 vMB 9
718,280 718,280 00000000000000000006b3c4654cccfaa4f289d3aa55de78e945445ae79de207 1,605 0.82/1.00 vMB 3
718,279 718,279 0000000000000000000a8742631a9a145aa9af3b7b89c7b65e13d4ac75fd140c 2,972 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.35 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: 661.74 GB
    • Received: 14.83 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.