Loading Tool

Explorer IconExplorer

Memory Pool

44,090 transactions
27.31 vMB
0.07953055 BTC
Random Selection Loading Transactions
Max Size: 142.62/200 MB

Candidate Block

Mining Attempt 989d7de513896b6515d737a7973344557692fa45ca52609923066c8e222bd03f
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 9f985c6c15d2f0fa2a38b5e79febf3e017eaca2dddf4ad8142e185c29ee5b5f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,413
Size: 1.00 vMB
Total Fees: 0.02656132 BTC
Feerates: 150.77 > 2.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (306,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,206 608,206 0000000000000000000c9c81d4298f51281bfc7a70d4cd1c87ded816c6becba1 1,932 0.57/1.00 vMB 5
608,205 608,205 0000000000000000000153f7bcb1263b70a20a63657512c9f9c27b6f414b6091 2,859 1.00/1.00 vMB 25
608,204 608,204 0000000000000000000fc278ddfda18ede542a5fd98af0a1fafadb452a4879dd 2,630 0.99/1.00 vMB 2
608,203 608,203 0000000000000000000cee11e09b42105ff36ad236e77f8a3ac6f71f840a2eb8 2,985 1.00/1.00 vMB 34
608,202 608,202 00000000000000000013d9552d8b20466a1c538df043cef6affb2f8b42680dbb 1,751 0.58/1.00 vMB 11
608,201 608,201 0000000000000000001141ab2bad4d0bf918fb91a5b34efc93a5745867d93056 2,509 0.81/1.00 vMB 17
608,200 608,200 00000000000000000011872dbf6e1006f95c6d2751953617478b96ec8ed1f9c3 703 0.21/1.00 vMB 12
608,199 608,199 00000000000000000005cb1589eb10749dac10178732456338e00689eeac6215 1,148 0.35/1.00 vMB 15
608,198 608,198 000000000000000000052251d32d7a38a8ca8a8ce4b815f72ce32b2122f3e08f 2,683 0.87/1.00 vMB 14
608,197 608,197 0000000000000000000cf8b32e3bec31874b97fdb25d9e8c1bbe96b0b82104f7 2,562 0.80/1.00 vMB 7
608,196 608,196 00000000000000000013ce7c878a2ffab3c3bdfeb8581cf7bf01fb3cc24ab190 2,603 1.00/1.00 vMB 13
608,195 608,195 000000000000000000073c8891917277a1414ed632921f6f56e2b0874bb84319 2,917 1.00/1.00 vMB 18
608,194 608,194 0000000000000000000202c4c5db1c92392e7a1933bace1014c883f8ae4dc159 2,991 1.00/1.00 vMB 16
608,193 608,193 0000000000000000000b8fabf6fea85eb53f63737430357ba735667be8f4c65e 2,646 1.00/1.00 vMB 12
608,192 608,192 0000000000000000000a2ec7d4e6e6274a3cade65dbdf3a028a5e593d77babb6 2,433 0.78/1.00 vMB 7
608,191 608,191 0000000000000000000d5d3b558f080e53a5a115b96c89fedb865c3c3cfb42d8 2,911 1.00/1.00 vMB 21
608,190 608,190 000000000000000000033a005c0ad964e953d8ce45b12c47aa4aa2e3a39ecd94 1,690 0.46/1.00 vMB 13
608,189 608,189 000000000000000000089f23a4d16475b0321ef339b2dd5c7a440b138fefea45 1,089 0.32/1.00 vMB 11
608,188 608,188 0000000000000000000d6487a58382d5c58ac70db763bc63f47442edd000c2a4 2,804 0.81/1.00 vMB 15
608,187 608,187 0000000000000000000c081c6b74825a484bfd756f5a04d58c0497d7aaed7620 229 0.09/1.00 vMB 18
608,186 608,186 00000000000000000013009b3a6504838a4ce933ce08700c579feb72b85812a0 1,657 0.63/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.18 GB

Node Details:

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