Loading Tool

Explorer IconExplorer

Memory Pool

78,825 transactions
29.52 vMB
0.10190441 BTC
Random Selection Loading Transactions
Max Size: 177.75/200 MB

Candidate Block

Mining Attempt aecb80baea28d38d76f8f9b5277df1c909d418579c4dab92f6b4ea8ed46a3d28
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 2c5617e45ebee8f02c1d7892c763f6aefea07a9a013ebf61be5042d4039d351c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,580
Size: 1.00 vMB
Total Fees: 0.03754358 BTC
Feerates: 164.34 > 3.76 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (421,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,824 493,824 000000000000000000c0068a494ad7e56e35e30a9e0b2aaf91e5e3a2b16a4a14 2,026 1.00/1.00 vMB 257
493,823 493,823 000000000000000000379f698a348a62ea33a7b300f9931afcf4a8e205a88e49 2,948 1.00/1.00 vMB 309
493,822 493,822 000000000000000000ac33f32d7194add5845e05683210d82652dbe265a4da84 2,192 1.00/1.00 vMB 299
493,821 493,821 000000000000000000065a2f078dca0b22a0b8388397f628882a41c26633707b 2,498 0.93/1.00 vMB 317
493,820 493,820 000000000000000000212a692d9ea71824d47f3e51646b15f32f5a64af8035f5 2,253 1.00/1.00 vMB 281
493,819 493,819 000000000000000000792737c5723303f7d90b122007546026ce868b2445bb5e 1,934 1.00/1.00 vMB 265
493,818 493,818 00000000000000000056b076b6020d316030a9644575c55d98ad09671f37ae58 2,272 0.94/1.00 vMB 275
493,817 493,817 00000000000000000067b1d1e51377c8b326233c88c0c5779dd6eba73dc4df2d 2,291 1.00/1.00 vMB 293
493,816 493,816 000000000000000000631e3be50e67606ecee08e8750b0b8ceaad014f3f6fca1 2,542 1.00/1.00 vMB 305
493,815 493,815 000000000000000000265d59a48bb697cf5cdcf58cc3ceeaf34f62678ceb3216 2,547 0.93/1.00 vMB 313
493,814 493,814 000000000000000000aa680614f7425540760925e306f2ac1d869661b5d812a3 2,163 1.00/1.00 vMB 310
493,813 493,813 000000000000000000905fdee95bacf0dbabc7bbbbddfc2ea45681d9deffe0ed 1,632 1.00/1.00 vMB 314
493,812 493,812 00000000000000000077da2e4ef2cd7088c4b6e779304d55e59af520b301aa99 2,389 1.00/1.00 vMB 266
493,811 493,811 00000000000000000097cbfc3ab05d38ca0f263c2c4c463700562bacc2cc3bd5 2,460 1.00/1.00 vMB 310
493,810 493,810 0000000000000000004dc37be5bbd6339cebfdaf68990061428fe4d50aa86ee3 2,550 0.97/1.00 vMB 230
493,809 493,809 0000000000000000006cbec213cde3f4958c5adf3e3bd273865671b6e34666c1 2,572 1.00/1.00 vMB 253
493,808 493,808 0000000000000000001b494644d2043868dc7e33f7a58638dbe889e194eb2b57 2,167 1.00/1.00 vMB 297
493,807 493,807 00000000000000000027a84411846791f9ac8ce4f0bfb53859a4e0695f4fbc59 2,040 1.00/1.00 vMB 335
493,806 493,806 000000000000000000472d1c7433e992611051c6888c2522ed573af59bd30dbe 2,530 1.00/1.00 vMB 161
493,805 493,805 000000000000000000a761a695809d69ff52dd375fd42b5fddd5709656a8bafd 2,630 1.00/1.00 vMB 248
493,804 493,804 00000000000000000002de56754287973134ef0110d1bbddd287e4e23390e06d 2,223 1.00/1.00 vMB 238
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.