Loading Tool

Explorer IconExplorer

Memory Pool

34,581 transactions
25.51 vMB
0.05575139 BTC
Random Selection Loading Transactions
Max Size: 129.84/200 MB

Candidate Block

Mining Attempt 69c49d1ce918acb4cd860dbca7923158bc1394db6efa30e24f91f583b7ffcaa2
Version 20000000
Previous Block 00000000000000000000169897b963a2131680b3bd9b80d4021a94c2405d7cbb
Merkle Root 2a9d55a36a9a794d0fcc9301533272a232e5249e1dbebd6358be6003eff84b04
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,665
Size: 1.00 vMB
Total Fees: 0.00938885 BTC
Feerates: 151.12 > 0.94 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,686 (125,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,291 789,291 000000000000000000001b655c8f30e1d72f0b2df8f04aca21b9ad1d5c6b0e22 2,826 1.00/1.00 vMB 225
789,290 789,290 00000000000000000005ce83d7130d8b713a93896bb89d81a4db78a2202c6332 1,986 1.00/1.00 vMB 258
789,289 789,289 000000000000000000016ef1b85267e2bb4b6172b4558869e445e96c9a445bfd 2,441 1.00/1.00 vMB 200
789,288 789,288 00000000000000000003ca20f7e899d6295c20aa0c000354e7743e17f0efc96d 2,048 1.00/1.00 vMB 167
789,287 789,287 000000000000000000005ac77fc9e1352145ff8a85845440e0f3e821c483e326 2,613 1.00/1.00 vMB 149
789,286 789,286 0000000000000000000218d2d97222505af74eec6052c5d7a2252c414cfac709 2,042 1.00/1.00 vMB 276
789,285 789,285 000000000000000000042ed363955c06cfe528156051ebd861ba6f341bc82c83 4,851 1.00/1.00 vMB 76
789,284 789,284 00000000000000000005cd645e26ce3c09dc10734e89ea4e7a4466a44d5eb5c6 3,943 1.00/1.00 vMB 48
789,283 789,283 0000000000000000000594a03ca7f61715a33a4a2d1d55c6b93352eb6c6d7ade 3,764 1.00/1.00 vMB 61
789,282 789,282 00000000000000000005a03ad283988360f72c550c4ea52196b3bbb8ec491632 3,158 1.00/1.00 vMB 149
789,281 789,281 00000000000000000004763d977095dd271bc8ad68fd308504e3e7e419dda396 3,122 1.00/1.00 vMB 224
789,280 789,280 00000000000000000005a6195fc81f06cbfcc41a81084c9d6e3ba13e6a4619c4 2,665 1.00/1.00 vMB 186
789,279 789,279 000000000000000000018dc1c3b592da09a11e29bce10ef4053cd281f953520d 2,869 1.00/1.00 vMB 339
789,278 789,278 00000000000000000001c31366cdca40adf7a57554472c21c42420758f800a37 2,849 1.00/1.00 vMB 68
789,277 789,277 0000000000000000000286b688eb37753a30c6f9859177bd45535e3abfa32896 2,497 1.00/1.00 vMB 88
789,276 789,276 00000000000000000000dedf30a0c505d82cbc3c209455e03c1514065d563cb0 2,379 1.00/1.00 vMB 113
789,275 789,275 000000000000000000021bf437ce55cf605bf3b93c6d7302a8c97a6e5392bb42 2,634 1.00/1.00 vMB 199
789,274 789,274 00000000000000000001723facc3b0c4c2da6b892abce87b3cf42d4a344b63d5 2,448 1.00/1.00 vMB 279
789,273 789,273 0000000000000000000375aee5201a859c897ef3bd5acd7832e8d6bceaac9061 1,994 1.00/1.00 vMB 305
789,272 789,272 00000000000000000003e2be789136921d65a0c1374137f39807257c7b2a556e 3,289 1.00/1.00 vMB 378
789,271 789,271 0000000000000000000084fd7fc8de690efac23f2cfa5e40578a0336cd85e977 3,129 1.00/1.00 vMB 547
Previous 10 blocks ↓
Total Size: 781.83 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: 637.13 GB
    • Received: 12.40 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.