Loading Tool

Explorer IconExplorer

Memory Pool

36,290 transactions
25.82 vMB
0.08468435 BTC
Random Selection Loading Transactions
Max Size: 132.17/200 MB

Candidate Block

Mining Attempt 0fca191e4b5a6b9d96d3726ce528d4102dd34b552d741af21154dd35892e7135
Version 20000000
Previous Block 000000000000000000014148236613aff85e49d6e98bb36447af91d013881073
Merkle Root 578cf2141cfa962608af5de2c9c4fd95990595282a33303fbe0aacc0e55b0a24
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,056
Size: 1.00 vMB
Total Fees: 0.03740422 BTC
Feerates: 171.09 > 3.75 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,676 (340,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,297 574,297 000000000000000000028de855871bb7fbbf270f3898f76d6f2b212823e10a1d 2,105 1.00/1.00 vMB 19
574,296 574,296 00000000000000000002deb69aa79c6af42d7ab0d31fc6016bcd83d5b83ffdf0 2,780 1.00/1.00 vMB 32
574,295 574,295 00000000000000000023d50bc747b02f9780294d0a6bf490feb4751562f6339e 2,479 1.00/1.00 vMB 35
574,294 574,294 0000000000000000000abb363e4ffc3621017db845224fee7dfb2d805b9f5409 3,045 1.00/1.00 vMB 40
574,293 574,293 0000000000000000001c899af039e781d6dd68a59881c3ff938bbcfa228c4695 2,743 1.00/1.00 vMB 45
574,292 574,292 000000000000000000272273cb8021621b664f67991e6d20038090438dac9507 3,075 1.00/1.00 vMB 39
574,291 574,291 00000000000000000027a7310293714e4d98c57f831971bdb38872914595dff4 3,196 1.00/1.00 vMB 53
574,290 574,290 00000000000000000013076f49cd55700cf98f64a375f67624e28fc5a900a6a2 2,484 1.00/1.00 vMB 84
574,289 574,289 0000000000000000001bb7ca25145f8dba7609449c785d6abd1fc65310564c1d 2,777 1.00/1.00 vMB 60
574,288 574,288 00000000000000000024eecb3ded281fbbfb9bbae90456491b254e89e89acd3b 2,762 1.00/1.00 vMB 61
574,287 574,287 000000000000000000212e49c75dc2a9b3e7242f4df1671556e75971091d9376 3,160 1.00/1.00 vMB 57
574,286 574,286 00000000000000000020cc03aa308463cf185b67af7edcff93b395e681cf72ee 2,749 1.00/1.00 vMB 113
574,285 574,285 0000000000000000001a2c0d1a178c92213b4f06ec94c2c5c62136181b97ffe9 2,792 1.00/1.00 vMB 84
574,284 574,284 000000000000000000207a4c0b8bff6601b135863258d7f18911e83d3d7c04ea 3,060 1.00/1.00 vMB 67
574,283 574,283 000000000000000000278b0686b2ab188e9ef13a499a996b6bdfeb4a16dc71ab 2,933 1.00/1.00 vMB 46
574,282 574,282 00000000000000000012a1da95dbb758f4bfa8301e55a4761856abfc57369e6c 2,992 1.00/1.00 vMB 60
574,281 574,281 0000000000000000000257f1d1eb33a76b8267333f1791b70e34e9c99cfed453 1,376 1.00/1.00 vMB 20
574,280 574,280 0000000000000000002c3471ec9a32c8d4a5adf7d0933dff3a63d9b1c549640a 1,941 1.00/1.00 vMB 21
574,279 574,279 0000000000000000001863e339a9037ca713a77efa29ec3252539ffb9efd97a3 2,898 1.00/1.00 vMB 30
574,278 574,278 00000000000000000023c074d1e9f750124bcbf3a87caa260e4a2bcda406a517 2,227 1.00/1.00 vMB 44
574,277 574,277 0000000000000000000d24d81d9c210e3a6b395b7e7131e0e65b65a0b9f55900 3,359 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 781.82 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: 635.74 GB
    • Received: 12.33 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.