Loading Tool

Explorer IconExplorer

Memory Pool

22,248 transactions
4.80 vMB
0.04254172 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 36.12/200 MB

Candidate Block

Mining Attempt ff01cda4f8dda9e790fb722ffecedac33f4189cc869e58dcf7bc5c2982d18091
Version 20000000
Previous Block 000000000000000000011285dd24448adbbb2956322adb2bcb59e3bccd14ca84
Merkle Root a9580e3ac66c07baa144795dd62fdf63491fb7e088a51626fc66da4e5d5e3e11
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 882
Size: 0.32 vMB
Total Fees: 0.03070243 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,983 (744,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,564 168,564 00000000000004691fcd989c8974bc0c48b7ed3808f8675b452c3a27874bdc53 0.01 MB 15 200
168,563 168,563 000000000000077a272aa951f1604fdf772f9b5e06544a60a119e746aab393d5 0.01 MB 12 61
168,562 168,562 00000000000001eadc99cab69f66b6e8aa36c0f1e3f01e09ad9d2c5cb70007e0 0.02 MB 49 86
168,561 168,561 000000000000059bc5b9be871314d105286460a2cf8207e7f2adf45cc4de740e 0.05 MB 12 57
168,560 168,560 00000000000001e8cc32e12d6626f2aa3a9112ca4c8536e0979fce15d5bfff0b 0.01 MB 23 0
168,559 168,559 000000000000018a692d95ea7b784466af5868e7cb3eeae76c925ddfbbf01d98 0.01 MB 40 8
168,558 168,558 0000000000000896ab7026014b72fdb95d511c43fbd6bd8faca2965846203cf1 0.00 MB 13 0
168,557 168,557 00000000000003d52c23f69a5efd9f30fd18798db6058a62f45f6c457b19aa3a 0.02 MB 65 96
168,556 168,556 00000000000003016b60330157371306e188757bd455e2c9b5453fb74039b19c 0.01 MB 24 11
168,555 168,555 00000000000005eb9c313e9972dc2e4f33508ed5ddced5034b47045626daa14e 0.03 MB 49 64
168,554 168,554 00000000000009935e43e00c603fb0941abc7033a2035303ba29828c6178f901 0.00 MB 7 229
168,553 168,553 0000000000000921b1c7a9b7c39ad607946bb0b54a91c4b8fe11120b59f06b0e 0.00 MB 15 285
168,552 168,552 00000000000003308ac134bea3b91c4848176883a930b98a5917d67e545fda19 0.01 MB 33 14
168,551 168,551 0000000000000370ea42310c6b4bff0cfc0b6f43a7a684968813b5ae430add1e 0.02 MB 38 91
168,550 168,550 00000000000001f076f240538a1b4a47e285b22ebf3d54587a402fda377be2d7 0.03 MB 88 13
168,549 168,549 0000000000000af3b7bcac1c1eddcfdb83d0be016b5aecdec47599afc2382d48 0.03 MB 63 67
168,548 168,548 00000000000007271f89b7ea7e2d7f01a623e6ca0acb2552db4bba5ae35d6c80 0.01 MB 24 47
168,547 168,547 0000000000000452fe0217e7d704bcf57431c41bb0e1a548e6a22527d3475f52 0.03 MB 67 69
168,546 168,546 000000000000037ed1f67a7fbe513ad501a083036a2a758e2bab64fe0bcd300a 0.02 MB 60 88
168,545 168,545 00000000000000658f463531fb02b92e07eabd83df5a8dba3c8bd70cf76042b9 0.05 MB 117 100
168,544 168,544 000000000000040da2e79c21d97cf05089835aac8771ba0cb198ab2348041e82 0.00 MB 7 32
Previous 10 blocks ↓
Total Size: 778.81 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: 361.81 GB
    • Received: 3.26 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.