Loading Tool

Explorer IconExplorer

Memory Pool

48,456 transactions
27.64 vMB
0.05838994 BTC
Random Selection Loading Transactions
Max Size: 148.35/200 MB

Candidate Block

Mining Attempt 965cda43542b18f197db5917c1d9f730f93d2f1ba744f516b81e3c2d1c955029
Version 20000000
Previous Block 00000000000000000000375fbbd5a8f857d9cad09c139bdeceef07d2f055246d
Merkle Root aff5341ab7e0d24d5f6d58b88da5c94e1b4238ceb05ed466ad5e7d2edf7ebc52
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,256
Size: 1.00 vMB
Total Fees: 0.00658180 BTC
Feerates: 502.67 > 0.66 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,774 (407,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
507,361 507,361 0000000000000000006799e0fe0a09f1b54673ae658b28bfc7d078ff03cbcd4d 1,617 1.00/1.00 vMB 104
507,360 507,360 000000000000000000007fc56ba8a0c50edb46137a34d43ea62726720ace2122 1,517 1.00/1.00 vMB 102
507,359 507,359 0000000000000000006392b89c93257d9fe625f7a942f4b3fa4ba1133faa2e16 1,470 1.00/1.00 vMB 140
507,358 507,358 00000000000000000027e06dfd18d3604c611cb0c4a8a1a4b1e29a68bd7a24fc 910 1.00/1.00 vMB 127
507,357 507,357 000000000000000000243d610028d5950e78b2aa3ce8f31ddc4480d6beb054fb 1,231 1.00/1.00 vMB 133
507,356 507,356 0000000000000000000b935986d33a087911c88a066e23af712bd743a96c1bb2 465 1.00/1.00 vMB 85
507,355 507,355 00000000000000000014df21a48bebace2140b7109252f732ace9877aed3e8ed 592 1.00/1.00 vMB 84
507,354 507,354 0000000000000000003a380fee17d459dba609b3f92a71906b759df6c5b6a1a3 856 1.00/1.00 vMB 101
507,353 507,353 0000000000000000003a20f77b58b9101f2d6220f77797d5e12bb52033acf16b 1,786 1.00/1.00 vMB 156
507,352 507,352 00000000000000000006c00b3e68d8308fc80df8a19b71ba9c1f9187d8658f91 348 1.00/1.00 vMB 79
507,351 507,351 0000000000000000005c3f63f6304f1b41fc893174323fe8e8d9faf74d19471b 1,285 1.00/1.00 vMB 140
507,350 507,350 0000000000000000000e9b1f3d41b46504b30ba56503658f1c983434c81fa21d 584 1.00/1.00 vMB 96
507,349 507,349 0000000000000000006555094e799da88bb25b6e22a22cea761c275e29a3644e 763 1.00/1.00 vMB 108
507,348 507,348 00000000000000000047c4e33a8234a9e8ce3de5f100289e3ba83559671e6d11 1,269 1.00/1.00 vMB 89
507,347 507,347 0000000000000000004cc063e63e4a144318a8defbf8af35eedc80ea6e55a052 2,151 1.00/1.00 vMB 205
507,346 507,346 0000000000000000003ab657aed2827cfdc860a051d3a113bccc8bf0b2ea62a7 2,076 1.00/1.00 vMB 134
507,345 507,345 00000000000000000045e1dd1bfe33f82d466186283a604feb768188e517a137 2,128 1.00/1.00 vMB 171
507,344 507,344 00000000000000000008a442e6e8cfdd6cc64c1e5ff9200186526941d70662f6 1,024 1.00/1.00 vMB 125
507,343 507,343 0000000000000000004d0795617d34142a7562e9d8a9810958626b919556b2d8 1,363 1.00/1.00 vMB 127
507,342 507,342 000000000000000000645f297d0c47060d2f8dd8d1629126dfde3bedae6f3130 1,099 1.00/1.00 vMB 156
507,341 507,341 00000000000000000068ab30a263d392f9df356d83761f9b4a396091f8ffda4f 2,763 1.00/1.00 vMB 208
Previous 10 blocks ↓
Total Size: 781.98 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: 648.41 GB
    • Received: 13.05 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.