Loading Tool

Explorer IconExplorer

Memory Pool

78,141 transactions
30.37 vMB
0.06920101 BTC
Random Selection Loading Transactions
Max Size: 184.26/200 MB

Candidate Block

Mining Attempt d4cf36ed5d8cf862adda7d556ad8d18f61854a0cda6552102c21166adfec4716
Version 20000000
Previous Block 000000000000000000007a7ff2c808807b9a021380729c6df75c942dd4597751
Merkle Root ae0785b6c49dc8d3850c71750badee34fc92657b3ae3303c6c91f9b2951d2594
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,581
Size: 1.00 vMB
Total Fees: 0.00447967 BTC
Feerates: 40.21 > 0.45 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,205 (498,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,425 416,425 00000000000000000249a498c6503820d68a49a92ae4028780329fd05a866bc8 911 1.00/1.00 vMB 60
416,424 416,424 000000000000000004dc2f3b7ba620def8ac13460c7df05e7091eb8f03d61b8e 1,335 1.00/1.00 vMB 64
416,423 416,423 000000000000000004cf78f0d77b06cff1887759aca4c633709c5a5474af9ad1 1,680 1.00/1.00 vMB 72
416,422 416,422 0000000000000000049e25a379dac93d2d598fb71ef4327b2320f4d9e1e19f5f 2,441 1.00/1.00 vMB 67
416,421 416,421 0000000000000000016dac6d46cffaa8eb2719dac88de3f0e293646374f6879f 1,154 1.00/1.00 vMB 69
416,420 416,420 000000000000000001abc0e513277d016aa2e4dc05b71cf00ec1be0da881f6a7 1,233 0.91/1.00 vMB 99
416,419 416,419 00000000000000000507b69656995b02ef76a30697653ba2114534fbcb809e71 1,653 1.00/1.00 vMB 103
416,418 416,418 000000000000000003154bdec363cccb13d6f75f12d3711bed9161e0b79b0493 2,175 1.00/1.00 vMB 71
416,417 416,417 0000000000000000010ee80d851c0292e55b5682913cdb3170262dee2441d43b 2,361 1.00/1.00 vMB 72
416,416 416,416 00000000000000000020b5e0ce226c64a501032a8a05afd10d6decb7170a0997 2,003 1.00/1.00 vMB 78
416,415 416,415 000000000000000004ed711bcf3cb5df5c8ca8c1cfed2e71f7d625cac20c3ef9 2,175 1.00/1.00 vMB 72
416,414 416,414 000000000000000002d2e92ad99494b5102c03bc076830a1574c5b4981152574 2,183 1.00/1.00 vMB 110
416,413 416,413 000000000000000004bcd22ace7ef21346865d2b27ba504ddf4ddd43a73102aa 2,134 1.00/1.00 vMB 68
416,412 416,412 0000000000000000007ca787f60392b1dd2561f841d6c6f856d439f3bc134c6b 1,411 1.00/1.00 vMB 43
416,411 416,411 000000000000000001caece62c012d54f5860f0c9d404c905f0b3903fa35558d 2,385 1.00/1.00 vMB 60
416,410 416,410 000000000000000003cb51043de84a9d5d9dfe80391c4599ebdd60478ae06f7b 2,112 1.00/1.00 vMB 71
416,409 416,409 000000000000000003415232a631a93117fce504fd278530d20eb7860ea3ee15 1,937 1.00/1.00 vMB 74
416,408 416,408 000000000000000003b5b00ce2135004c20a6adca8fb941c4a2782f4f0bd34c1 2,004 0.99/1.00 vMB 45
416,407 416,407 000000000000000002a5fc8ae8dd8d70e3b33ae931ab7cab79f969565c0a2cc2 109 0.05/1.00 vMB 50
416,406 416,406 000000000000000000644c590ea29bd36b1b7b1f38937813e0ff6aa098107c40 1,685 1.00/1.00 vMB 35
416,405 416,405 000000000000000003b8478f79515be01e78e1d15a46a441ad4342b26b7fd276 1,959 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.75 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: 708.51 GB
    • Received: 16.73 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.