Loading Tool

Explorer IconExplorer

Memory Pool

41,217 transactions
26.62 vMB
0.05457382 BTC
Random Selection Loading Transactions
Max Size: 139.46/200 MB

Candidate Block

Mining Attempt 242d99b997f90cc2c905ff8e517a875727f8f0a92a370daef2733600d8aa62d4
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root e5f743e240ce2bb750fee675227e2b0094b1fe08917c712f4bae52ad5e849149
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,778
Size: 1.00 vMB
Total Fees: 0.00549782 BTC
Feerates: 103.41 > 0.55 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (123,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,480 791,480 00000000000000000005a20531ab9ef1c515b2573b1b5840af5201951fb2c3ed 4,924 1.00/1.00 vMB 36
791,479 791,479 00000000000000000003b02723aee34006b1801e6bcaf56b85d07c325345b862 3,939 1.00/1.00 vMB 30
791,478 791,478 000000000000000000037612b1f1b3528a73c9f8c18ed0d47147919a27d83965 3,872 1.00/1.00 vMB 46
791,477 791,477 00000000000000000000abb3fa782fc3a74e9ce3cb1cf865e681a68a3074d7d2 2,879 1.00/1.00 vMB 56
791,476 791,476 00000000000000000000c3c1b61b86df0a7b32e93b43265d7ecb92e954585078 3,132 1.00/1.00 vMB 82
791,475 791,475 00000000000000000004cd9e20390b1a7d202a430764ebcef9d9859843641c3a 3,334 1.00/1.00 vMB 24
791,474 791,474 000000000000000000058f30ca6a69966917bb7e9aee02a87250c03c12f85315 2,860 1.00/1.00 vMB 39
791,473 791,473 000000000000000000000329d9b9ec7dc28536edc4249ac2e78e5c39abd2b7b0 3,066 1.00/1.00 vMB 62
791,472 791,472 00000000000000000004e114e49147a6e1d5c56aebd1f5dd825d8583f58b6fe6 3,025 1.00/1.00 vMB 49
791,471 791,471 00000000000000000001d314a1aec5a21e4df5f875d209270329dfb8ec58098b 2,949 1.00/1.00 vMB 38
791,470 791,470 00000000000000000002e052c9ff61eb1e9e075beadda7cad74184089f0bdd2f 3,753 1.00/1.00 vMB 47
791,469 791,469 000000000000000000003bb9b40f84c2f1e13219fe6298c288883df17d76f361 3,707 1.00/1.00 vMB 73
791,468 791,468 00000000000000000000d393eb931d45391556bc8982d889fcfc17dfa03f2d79 4,141 1.00/1.00 vMB 82
791,467 791,467 0000000000000000000301cd90d0f288ba3730ece36806ce8b077b73945e23d2 2,659 1.00/1.00 vMB 95
791,466 791,466 000000000000000000040cdde7d84eb1d1a578d984120c6bdd86b0d7d031065c 3,550 1.00/1.00 vMB 52
791,465 791,465 0000000000000000000058c96f2d5d24baf38e580fd6ae236dfe140f290e5691 3,256 1.00/1.00 vMB 43
791,464 791,464 000000000000000000039624151183611f79fda440e61a2ac6e89b549cad740b 3,126 1.00/1.00 vMB 61
791,463 791,463 00000000000000000001ab97348ddc4d9c7556936ecb27f1fb5ebfd8c886fabc 3,457 1.00/1.00 vMB 50
791,462 791,462 00000000000000000004b725bfa96b8be99b946d591e1abf16b9a45853fa4b50 3,394 1.00/1.00 vMB 75
791,461 791,461 00000000000000000001e2dd8d252d8b2b12786dc4652aa5f3715cd2e54a083a 2,754 1.00/1.00 vMB 69
791,460 791,460 00000000000000000001ea1fe21b729b470b47d577ba2c4389cacc14496bf1ac 2,710 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.25 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.52 GB
    • Received: 14.32 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.