Loading Tool

Explorer IconExplorer

Memory Pool

82,427 transactions
30.76 vMB
0.08446530 BTC
Random Selection Loading Transactions
Max Size: 185.45/200 MB

Candidate Block

Mining Attempt 30eecc727eabae342ff8201312e808ed24671b8a8f124bae01df95182c596ad0
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root b7b5b46491bf033c589a27ae0091c1b014e218f581800132b99b5d48ef4b5e5c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,207
Size: 1.00 vMB
Total Fees: 0.01896583 BTC
Feerates: 73.20 > 1.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (234,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,342 680,342 00000000000000000007091f96c03f1360e8c12936d820797821c14d0750fb62 1,965 1.00/1.00 vMB 128
680,341 680,341 00000000000000000007486ca07c0c973d5f770401032752c8ae55ce3e9f5ce8 2,512 1.00/1.00 vMB 199
680,340 680,340 000000000000000000032772f20cd0512ad42901107ed2747f4b49d016e42749 1,472 1.00/1.00 vMB 95
680,339 680,339 0000000000000000000ac3dd3fdb262d274756e00c616b5cbcab5e7cfa7a2ebe 2,731 1.00/1.00 vMB 132
680,338 680,338 00000000000000000004942f6d3bce20271d62b6b3a30ba05b513f1bb303db39 2,308 1.00/1.00 vMB 209
680,337 680,337 0000000000000000000afdded8bc456acbbd893ab47572f2a8f7e7c5eba78035 3,448 1.00/1.00 vMB 98
680,336 680,336 0000000000000000000ad844e8d0c453cf29305cb7b0d225d127e87593b8d01d 2,513 1.00/1.00 vMB 228
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
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.