Loading Tool

Explorer IconExplorer

Memory Pool

78,180 transactions
29.35 vMB
0.06479731 BTC
Random Selection Loading Transactions
Max Size: 176.32/200 MB

Candidate Block

Mining Attempt 48d67d97d388c59d6da1fc5ea88cfd9cee6861a7ae598fe257cad6d751682d26
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root a227270835fafe6ebcf5df26c4648c1870c0bc572c78c28e92f5cd8c6ef5ccbc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,091
Size: 1.00 vMB
Total Fees: 0.00526930 BTC
Feerates: 18.31 > 0.53 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (537,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
377,668 377,668 0000000000000000013852eec7fb4599c11d4ba6ade2f25d6e058399db1a3e19 1,021 0.45/1.00 vMB 33
377,667 377,667 000000000000000002da9aae02da018d2cd8e699603868d68089951788304ee8 187 0.24/1.00 vMB 11
377,666 377,666 00000000000000000fcfe02b8fc3aa3fb8b796b51bd92cba6db96f9d74781719 17 0.03/1.00 vMB 7
377,665 377,665 00000000000000000f874ee95f536c7a9a9c66f437916d39d999c78071847ed1 24 0.06/1.00 vMB 6
377,664 377,664 00000000000000000d85764961910e79e32fc3a73977f944599d784074b6a17a 1,386 0.62/1.00 vMB 32
377,663 377,663 000000000000000003b5307ef342a847d3d0a8ca34a5750a8a21858e3d02de9a 2,125 0.95/1.00 vMB 38
377,662 377,662 00000000000000000c66a9dce5e981152c894b1d79f67655aaea8731bdd27c8f 1 0.00/1.00 vMB 0
377,661 377,661 00000000000000000564681818f6e3f907ab2c5ebf9ba48f08eacc8fcc30a6cf 379 0.19/1.00 vMB 29
377,660 377,660 00000000000000000e940fce4832b972a9f2f230599f878bc5cefaf125cdb2c4 181 0.08/1.00 vMB 31
377,659 377,659 000000000000000010826519a9d8b239e7ea5f803983a561fcf03a03e96475c0 247 0.12/1.00 vMB 38
377,658 377,658 000000000000000001c389fca3527abf6fde45e2e8080d8d955c4637f8fc3c04 500 0.28/1.00 vMB 29
377,657 377,657 000000000000000011475f1d5adfa1b3240ed35222fab0f736b5b6c883bda3ab 486 0.29/1.00 vMB 35
377,656 377,656 000000000000000000a4167fccd0017d45aeb139bb5961edc8c73d496a76f880 46 0.05/1.00 vMB 10
377,655 377,655 00000000000000000919d30cb45c6a8c8a7f68875e67f6f76a8734f6edfe4a05 596 0.45/1.00 vMB 14
377,654 377,654 00000000000000000869baec4fdb11cfb7d68deaf8f6280f9f13bd333f6b4ec0 2,321 0.95/1.00 vMB 47
377,653 377,653 000000000000000006c8cacadf4eca63d0020b27f51184158106db1f79986c24 233 0.08/1.00 vMB 36
377,652 377,652 000000000000000000445d01898d412a303d2fc647cbd71f445bdac2985e12ce 390 0.21/1.00 vMB 32
377,651 377,651 000000000000000007990edc5e7d23539284bf773bcf60fb1b1aca7b038bde5d 1,018 0.42/1.00 vMB 38
377,650 377,650 000000000000000007e2ee8b349348458f0335d8d49da65aceb6eea15f9543bc 1,424 0.69/1.00 vMB 39
377,649 377,649 0000000000000000079c47361c022c2e045543c05ad6530cb155e157cc0352a6 1,581 0.74/1.00 vMB 43
377,648 377,648 00000000000000000df44c2b9e0971fef860abb5bab17eeb94fb941b06f92c0d 1,035 0.61/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.