Loading Tool

Explorer IconExplorer

Memory Pool

25,811 transactions
6.40 vMB
0.07816622 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.17/200 MB

Candidate Block

Mining Attempt 014621d1fb9578613ecfab8f426ca152df742022c8cda7b83d193ef7393b26bb
Version 20000000
Previous Block 0000000000000000000127de1c64e8de7d91807ecd12e8ffce55889336217812
Merkle Root 064db4e156c2b9b42d272f5d7a896d112fd82cb21d024838fc28115ad3d09bf4
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,867
Size: 1.00 vMB
Total Fees: 0.06081698 BTC
Median Feerate: 1.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,195 (719,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,407 193,407 00000000000002430c341a1ceb80b284b86ff6ffa5e8d25914ad565c25fb1123 0.00 MB 11 0
193,406 193,406 000000000000012c02d391cb14fca3ed59740c211ee01a1ac2f960120fee3c93 0.00 MB 11 15
193,405 193,405 00000000000003662fe19f0b9b603b60060bd009137bbae91dadd23a8d8a91b7 0.25 MB 655 190
193,404 193,404 0000000000000486717e79048d7ba5dbfc595b3d32d80e06c7a46abff52cfe1f 0.11 MB 256 125
193,403 193,403 000000000000008334b5c01754f150928cf57cfb37a9c1a262c6429fdbac073c 0.03 MB 71 36
193,402 193,402 00000000000006c08e000b5775858839e04e4df3bda25d9beae3ec75ee14bf36 0.27 MB 565 122
193,401 193,401 00000000000003612d75e06e2b67824d508032ff541a67d6bd2eae03502577c1 0.21 MB 541 154
193,400 193,400 000000000000043b3fc193ad9d9d31a1aaeef3328037c63fb10a6ac459f78159 0.04 MB 125 141
193,399 193,399 0000000000000386fd3575c35a1eb81f8655858d27b2fb2cf1e88d8d51f2e56d 0.01 MB 30 126
193,398 193,398 0000000000000398489f8344a2baaa8de53e86342e3ba07e46f72e024e407fb0 0.01 MB 31 172
193,397 193,397 00000000000003522fcc7cd07573dce350fd55fa03058758532c9b2c12c0231b 0.05 MB 125 221
193,396 193,396 0000000000000149a47e6bf24df0809e62d6ff36c1d9632f4b6b13d8f4f931e7 0.15 MB 369 133
193,395 193,395 00000000000004b7c4d65c7eb1db32542e6840d1c6e7dfc57307d0b13745329f 0.05 MB 111 223
193,394 193,394 000000000000027d5efadeb301ce132869eb791fbb790acf281a21946ff81727 0.00 MB 9 44
193,393 193,393 0000000000000196f56ca2d78550d5beec26005e47a9c60c3dcfd76f9de53fd7 0.03 MB 64 147
193,392 193,392 0000000000000029b1470fb5ef7b2729250e619fe66e6cbf61467d12d71d35af 0.06 MB 64 131
193,391 193,391 00000000000003a4a6f60553e2a4a1224aadfdc9bf5ee445c8881e3fae3b6577 0.21 MB 526 149
193,390 193,390 00000000000003691576477509891905967c802db7176d7b38d2162efe774b47 0.00 MB 9 15
193,389 193,389 00000000000006ac0e4f08d1f8cb90cc9fdcb6dccad2b4aeaf6711519f3d6963 0.25 MB 871 27
193,388 193,388 00000000000005b5c6d857f8dd1c693467cbb91cff9df15b729211386e4ed191 0.18 MB 463 134
193,387 193,387 0000000000000025d0c87bca941797d7704e09b68ac731e1579b61c133768d6b 0.20 MB 512 155
Previous 10 blocks ↓
Total Size: 779.19 GB

Node Details:

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