Loading Tool

Explorer IconExplorer

Memory Pool

37,812 transactions
27.09 vMB
0.05535175 BTC
Random Selection Loading Transactions
Max Size: 138.07/200 MB

Candidate Block

Mining Attempt 8453090c58c07d72ce3083c91782aa1d0600a6f41f6bd859e9ab2c5fefb8a543
Version 20000000
Previous Block 0000000000000000000106a1e4aa287915d89b3784466736987e1acd439ed5c9
Merkle Root 7b3306bbfe81f87e9685ba3a853b9cd0d0bd9e4f38d228048a9e84a3e63b966e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,253
Size: 1.00 vMB
Total Fees: 0.00430655 BTC
Feerates: 150.75 > 0.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,646 (330,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,401 584,401 0000000000000000000385ec24b75bc6c10dc1da4a1e504137c79c1b2a6c203b 3,150 1.00/1.00 vMB 44
584,400 584,400 0000000000000000001bf89a5ac543cec0825272b57f8691bb2f9eee1b566382 388 0.12/1.00 vMB 47
584,399 584,399 00000000000000000002912b83fc225a8531d3a3a20df4d28fd63a4435b577b5 2,654 0.92/1.00 vMB 16
584,398 584,398 0000000000000000000bf55b21497c9b59f82253b25bab3e6d24fedea04490af 2,346 1.00/1.00 vMB 27
584,397 584,397 00000000000000000007828a08b627d1f5ab8e7030efeaae2cacd863685ae8ef 2,833 1.00/1.00 vMB 67
584,396 584,396 0000000000000000001108c6386f74dae25cf248bab55ad90c290c9b9208f8f6 1,640 0.47/1.00 vMB 21
584,395 584,395 00000000000000000007e063b9fed58c7808633de8c2b49a1ee272b8feec9e67 1,289 0.35/1.00 vMB 30
584,394 584,394 0000000000000000001510f532784eb905ec4ba9581dc4789beff3168432e33a 1,065 0.30/1.00 vMB 26
584,393 584,393 00000000000000000009a71996d40393666f2ca09a1f25fa2980a11f38b27a97 1,399 0.38/1.00 vMB 20
584,392 584,392 0000000000000000001b95d1c7521edd95f0c78ff85bd6f8a58c43e2584b6a06 2,417 0.77/1.00 vMB 28
584,391 584,391 0000000000000000000e83a5236a49844d6832f628277c8b63e0e6a9fbb78ea8 3,215 0.99/1.00 vMB 27
584,390 584,390 00000000000000000001e015ec1ca7c94a4d7e05909d46d44b2b19ee2c51f5b3 2,405 0.71/1.00 vMB 27
584,389 584,389 0000000000000000001977b24073fb78282431b5f58854187ae702a5a9a5e761 3,182 0.93/1.00 vMB 7
584,388 584,388 0000000000000000000017c3fd6762015fb7fe85741a0bfa2b1464859c5341dd 3,340 1.00/1.00 vMB 46
584,387 584,387 0000000000000000001aa4971fdb5b575e4c0e82051512831876cb69e9af8fba 2,734 1.00/1.00 vMB 41
584,386 584,386 0000000000000000001e86d86ff44bb9ff7f670f30bedeb2f3acc426ae8515b7 391 0.11/1.00 vMB 19
584,385 584,385 0000000000000000000ea17072e69c9b1b401de8d5ec2a132cbb46d40313dc93 989 0.29/1.00 vMB 22
584,384 584,384 0000000000000000002123cc71133c084e4140c96f3c460504bb6e7f23192c73 1,313 0.42/1.00 vMB 24
584,383 584,383 000000000000000000217d5a3daf462eefb349a916c1682ea048598ec68e0f9e 1,669 0.51/1.00 vMB 20
584,382 584,382 00000000000000000009f8132d4380ae2d143b8129bdaa2f0fa0bfebd3245105 1,082 0.36/1.00 vMB 28
584,381 584,381 000000000000000000089aae7a800f713a4d86d6225466e2bf6b0985bd1187f8 2,876 0.83/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.76 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: 632.55 GB
    • Received: 12.12 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.