Loading Tool

Explorer IconExplorer

Memory Pool

82,001 transactions
30.92 vMB
0.08839600 BTC
Random Selection Loading Transactions
Max Size: 188.65/200 MB

Candidate Block

Mining Attempt 0edf01a0fa02c24d7c55a4d0e803344f62be8d34a4ae64949e6e80c2b577891f
Version 20000000
Previous Block 000000000000000000018a6131e27c6c8e6c00f0695c67492c18c531297b0321
Merkle Root f220846effafe8c76a6e0058df71637acb643a168efd636257a4cf1201cf8258
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,844
Size: 1.00 vMB
Total Fees: 0.01895877 BTC
Feerates: 150.93 > 1.90 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,332 (465,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,000 450,000 0000000000000000014083723ed311a461c648068af8cef8a19dcd620c07a20b 2,156 1.00/1.00 vMB 84
449,999 449,999 0000000000000000024c4a35f0485bab79ce341cdd5cc6b15186d9b5b57bf3da 1,843 1.00/1.00 vMB 136
449,998 449,998 00000000000000000109ee16ece374f7c37ea52e5621b3ff55e73b2c2f0b2f35 3,676 1.00/1.00 vMB 48
449,997 449,997 0000000000000000001fc62e775720d7469936509be35778fb1c612ac208b146 2,219 1.00/1.00 vMB 74
449,996 449,996 000000000000000001751fc94f2946e612b7ef11551145e3c87bd0db3239e9d4 2,616 1.00/1.00 vMB 105
449,995 449,995 0000000000000000006cbc081d67206897461e141fa3af8da57c984f9302f274 2,120 1.00/1.00 vMB 63
449,994 449,994 00000000000000000260e53025b01b6a632cf636d625033fa69dcffd8c80315b 2,409 1.00/1.00 vMB 79
449,993 449,993 000000000000000001b899a8dd06fd3f8c715c82699ff8ea38d2caf4c361aaa6 2,490 1.00/1.00 vMB 82
449,992 449,992 000000000000000000e1d27ca0de6d7a937197222dee6df0f8f7229059f12495 2,489 1.00/1.00 vMB 107
449,991 449,991 0000000000000000017965395536674b297496d8708c83b8c6e23fa97a022e9c 2,897 1.00/1.00 vMB 94
449,990 449,990 000000000000000000e8853ededafc72c3d771418a30e7de10ee9b0d90de1a6a 2,747 1.00/1.00 vMB 137
449,989 449,989 00000000000000000165c2d92689da2f1a5c0ccd4c44aff5baf2de180b432309 2,438 1.00/1.00 vMB 67
449,988 449,988 000000000000000000ef80b793551fc6df647091c9d9de6a9f9bf8dbff02683e 2,228 1.00/1.00 vMB 77
449,987 449,987 00000000000000000227fea96d44e849bb50abb3440026d05577a14dcac715c8 2,398 1.00/1.00 vMB 105
449,986 449,986 000000000000000000a7df92022ec2a7c48a871afe4f8c04e05c34bc79172bf7 1,243 1.00/1.00 vMB 66
449,985 449,985 00000000000000000107b6d19f4647d2b5c44c97c067fe02e5fa92ff410b5e57 301 1.00/1.00 vMB 54
449,984 449,984 000000000000000000d22d1189a6a66865ae3795d285fab25cca7e9fcd43b667 1,421 1.00/1.00 vMB 70
449,983 449,983 000000000000000002c39ae262935b7d277062d33aa9f5461f7fb6887a6ed18b 2,172 1.00/1.00 vMB 62
449,982 449,982 000000000000000001dd00d3633f0081f529704161711d6d8c4402578a22c9b5 666 1.00/1.00 vMB 53
449,981 449,981 000000000000000002979e885deeefde60442b7bd2b8676549bec4594b27eca2 2,176 1.00/1.00 vMB 88
449,980 449,980 00000000000000000272902f386665a862813f8c2eb0db9d9b7c9503ffdda07f 1,298 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.97 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: 715.85 GB
    • Received: 17.74 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.