Loading Tool

Explorer IconExplorer

Memory Pool

88,819 transactions
32.31 vMB
0.14482784 BTC
Random Selection Loading Transactions
Max Size: 195.73/200 MB

Candidate Block

Mining Attempt 12055171935bc4550da6833ba5a332daebc06dfc9226a0b79d613e930ac39d59
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root e43180330b3a49f987585a1765f710cad4dd5b3c1d85e2d23d7a84c09d3fb23e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,144
Size: 1.00 vMB
Total Fees: 0.05589523 BTC
Feerates: 545.32 > 5.60 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (461,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,445 453,445 000000000000000001ca4d3367bfeed9fe3c9682766b240b9f2ef1d44fe086c9 1,131 1.00/1.00 vMB 65
453,444 453,444 0000000000000000022b1a6c4722c70a7b1583b59d03b3d5a13cf4e58cb7b64e 1,908 1.00/1.00 vMB 109
453,443 453,443 000000000000000001447069062d78cc3af1e30609912d59f7f14d12adbc313b 2,525 1.00/1.00 vMB 73
453,442 453,442 000000000000000000aef887449e7b9fa4ead84fd088aa4c06dc6f14245aae74 1 0.00/1.00 vMB 0
453,441 453,441 000000000000000000b0d68ca1d17e74ae59cd4ef5d36eb38f50307684527981 1,596 1.00/1.00 vMB 76
453,440 453,440 000000000000000000316fbd929c74d091e62c932417c0637734b1fb2a27df67 2,021 1.00/1.00 vMB 93
453,439 453,439 000000000000000000aea5463ffd0207ff13efb7ee60da004893891c155f2ef2 2,477 0.93/1.00 vMB 109
453,438 453,438 00000000000000000051cbfdcf73c7abc25c5a2bc490002ef1a5d2fbf33cb768 2,101 1.00/1.00 vMB 121
453,437 453,437 000000000000000000626fa64969ca7d7e564df863a174c8dfc0be390b1d7763 1,618 0.63/1.00 vMB 165
453,436 453,436 000000000000000000da23d7cdd969ff984a258c0383ac1a6257f3a76d9d8d70 2,048 1.00/1.00 vMB 119
453,435 453,435 0000000000000000029268fd2988ad5b9d3753a6a4cbd0c5c3d758adeac5a94b 358 0.10/1.00 vMB 367
453,434 453,434 00000000000000000261f9275c09a21fadbd569125aabca923ffae137a3b899c 2,702 1.00/1.00 vMB 120
453,433 453,433 000000000000000001d93dad933451800b5f11cca63082cc536c973aedc4b0a2 2,367 1.00/1.00 vMB 120
453,432 453,432 000000000000000000cb628c475cd9c25af01cfc148116df2023aa8e39afc383 2,273 1.00/1.00 vMB 131
453,431 453,431 00000000000000000052bec069409ad0f18e65b389c896c98d7598f1fe557132 2,356 1.00/1.00 vMB 136
453,430 453,430 00000000000000000205ea9c6f2b63c475f1116222127395ceb802d813a886a9 2,205 1.00/1.00 vMB 113
453,429 453,429 000000000000000002431d5dff1d4eeeec94203753f77723ff680f4f25cfb045 1,828 1.00/1.00 vMB 87
453,428 453,428 0000000000000000016599683e455a358709dd33862fb567a67ada90490e7400 1,993 1.00/1.00 vMB 121
453,427 453,427 0000000000000000026aa8bd3400d45c3ac86e5840e774371043dc74657f7f60 3,163 1.00/1.00 vMB 77
453,426 453,426 0000000000000000012664cc0635fda3f68865c0c18a9a52e9f79f3db54767f2 2,094 1.00/1.00 vMB 92
453,425 453,425 0000000000000000021000df88b1db96e7bd29c4d66fa6ef9efa9fd5db4ad29e 3,344 0.93/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.52 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: 668.92 GB
    • Received: 15.64 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.