Loading Tool

Explorer IconExplorer

Memory Pool

21,878 transactions
12.28 vMB
0.08594202 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.53/200 MB

Candidate Block

Mining Attempt aba0509cc14639eb0e722855c822b6283e0011c6b594f76ce0ed6470db92d252
Version 20000000
Previous Block 000000000000000000019daf10f895a4a04ae290afc99a1e18acad509f452035
Merkle Root d6699b8781b5e6efbaa3d4bced2fdc7a592cd42b38c9296ee934b1d299d11daf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,823
Size: 0.9979365 1.00 vMB
Total Fees: 0.05841264 BTC
Feerates: 239.15 > 5.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,787 (753,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
160,292 160,292 000000000000091733d2d1067763662d9e5456091ea6af86f3f60af900c1c83a 85 0.03/1.00 vMB 120
160,291 160,291 000000000000066d70996ac4b0677f5d483afb6e3c76cb6016b35912f1481917 98 0.03/1.00 vMB 179
160,290 160,290 00000000000000a71f192cf2d4fbf7fef7cf033c9ae318786faf650da03c13ae 8 0.00/1.00 vMB 5
160,289 160,289 0000000000000a8e0bc1118a8817ebd533f73932828c7eca47f91bcfcaf31412 43 0.03/1.00 vMB 172
160,288 160,288 00000000000008f332859b6884cfb4f3beaa6f18174d758b93eeec41c00def81 1 0.00/1.00 vMB 0
160,287 160,287 000000000000093dea675d20106319ac25b856c4fe2f586c91a43c9defaf351d 4 0.00/1.00 vMB 1,027
160,286 160,286 0000000000000ba34ddd8d9d44dbe8f61a8fb16659ac36f3bac31c6d1b96d334 71 0.02/1.00 vMB 192
160,285 160,285 0000000000000b789d4f453756f866ad52f6017cab62c9b2da18c0a5f00408df 24 0.01/1.00 vMB 31
160,284 160,284 00000000000001bf19f0563f87a97edfbcf6067f692216704f32e6618b3f5791 68 0.04/1.00 vMB 72
160,283 160,283 00000000000001484dc42a4a527f560c9db0760b40ba6cf6a42c54d642220e00 94 0.05/1.00 vMB 88
160,282 160,282 0000000000000749b0c0eacc7d27ff9f1715207cda4ed9231c1e1db8c6d6c683 20 0.01/1.00 vMB 192
160,281 160,281 00000000000005b3cc7107312ec17a89b81e989ade87cc1d7c88e550426bf3fa 33 0.01/1.00 vMB 199
160,280 160,280 00000000000002b561a553463b5e5eca7b7b899f5043ef10e1cc214bc5c9be87 15 0.01/1.00 vMB 104
160,279 160,279 0000000000000b6dffa96e078458e987f34a183ad73a92342e46aca55b56d57e 6 0.00/1.00 vMB 0
160,278 160,278 0000000000000b2a6465db70659932caf22bcbe6851520539d887fe99fc53bbe 37 0.01/1.00 vMB 98
160,277 160,277 000000000000020a14c763b214fef27c713988f878e70cf46ed3c7ed68925401 12 0.00/1.00 vMB 0
160,276 160,276 0000000000000b518659b59a254e67cad39937ab3f409788b2dc720dad8b41d0 23 0.02/1.00 vMB 16
160,275 160,275 0000000000000ae8f406138fb7cdea2d80d5f0ba8e0ea6db31b94c1ea831ae7d 53 0.03/1.00 vMB 23
160,274 160,274 00000000000007b53f874b59c59010c9384d9d2c8afa74785a7b945f9ca04438 6 0.00/1.00 vMB 755
160,273 160,273 00000000000003cfade6b9e43f9881962092be1dfba05a418f789bf0c300c7bb 85 0.04/1.00 vMB 80
160,272 160,272 00000000000001ef80e13c119d0ca77af0c7642e870bbf3e7aff46e569c301bd 15 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.25 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 513.48 GB
    • Received: 4.27 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.