Loading Tool

Explorer IconExplorer

Memory Pool

72,902 transactions
28.12 vMB
0.06416555 BTC
Random Selection Loading Transactions
Max Size: 166.67/200 MB

Candidate Block

Mining Attempt 4fdbb155368ee7c44585ea3863c354745b9fe796f8a0ae5d8e572b3cc150b532
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 330bba3e61d94aca864edbc426d46be3b3fd6a2d64a1bc0d7a00689a5f77f667
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,503
Size: 1.00 vMB
Total Fees: 0.00728962 BTC
Feerates: 13.17 > 0.73 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (234,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,335 680,335 00000000000000000007bbbfadf0908fc4b8a5ea5cd996f865483fe9e335e6c2 4,285 1.00/1.00 vMB 110
680,334 680,334 0000000000000000000b5b421af5cebe99bdb28c8eb80dc6652179706d926b93 1,173 1.00/1.00 vMB 166
680,333 680,333 00000000000000000002ab97988b8201bad97cd4bd24673f0c2b422dcf3cbd7a 1,160 1.00/1.00 vMB 217
680,332 680,332 00000000000000000008684d43dd1d3b3b536ba2c111022636384969c4dbaa60 1,775 1.00/1.00 vMB 128
680,331 680,331 0000000000000000000542d35bb30e5917bc0d3fd82073b0f5b9f414255af8d0 1,786 1.00/1.00 vMB 143
680,330 680,330 00000000000000000005bdcca795efd3108d3a128610b8a66ce330457db32272 2,581 1.00/1.00 vMB 98
680,329 680,329 00000000000000000009ca68d5ae51b1df24bcbbcd96c8fe3e97d9d248741723 2,736 1.00/1.00 vMB 200
680,328 680,328 0000000000000000000037c6306f4d88ac2f9c8011d9db8637d48a5cc06fb0e2 2,684 1.00/1.00 vMB 227
680,327 680,327 00000000000000000002d99478e6a623964bcb061f5415bae8b0e34b07048eb2 1,921 1.00/1.00 vMB 121
680,326 680,326 0000000000000000000953f78a48bda1ebcfd92434351775fc11f582a8a8e6c6 2,187 1.00/1.00 vMB 184
680,325 680,325 000000000000000000098882c49b6412ada5b62794833862eb7692557e1e7c27 2,869 1.00/1.00 vMB 265
680,324 680,324 00000000000000000009e6f2e9893c11849fdb4b8ddb54ca8297bb8b76e978a7 2,086 1.00/1.00 vMB 163
680,323 680,323 00000000000000000003650063715f8fe05f95487868313b15364f7185d6e963 2,780 1.00/1.00 vMB 252
680,322 680,322 0000000000000000000735aa1e9214edfe061c87d2159f591b5132f7f980fdb5 2,108 1.00/1.00 vMB 264
680,321 680,321 0000000000000000000639000931d9e3f3eee783c5e773bc666233d643c2a155 2,239 1.00/1.00 vMB 100
680,320 680,320 00000000000000000003c75a57fc05a00f709dafad221f90632574caeb9443b6 2,684 1.00/1.00 vMB 102
680,319 680,319 000000000000000000008524c6988518e84dc5ba76556482f607903ec2e11f33 2,394 1.00/1.00 vMB 104
680,318 680,318 00000000000000000009fd3dc2363707a5c33417b151f46527b3d501ecf6a33c 2,314 1.00/1.00 vMB 242
680,317 680,317 0000000000000000000188cef422cd83c9486cf3754860d196d67fc4179d7021 1,561 1.00/1.00 vMB 120
680,316 680,316 0000000000000000000423bf853320db9ee02133c8237766724b0e8190534b71 2,085 1.00/1.00 vMB 131
680,315 680,315 0000000000000000000718c1aca4ce9f5a190f28926de1b55ae1af455e9f04d9 2,525 1.00/1.00 vMB 261
Previous 10 blocks ↓
Total Size: 782.46 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: 667.83 GB
    • Received: 15.30 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.