Loading Tool

Explorer IconExplorer

Memory Pool

43,497 transactions
28.37 vMB
0.06000176 BTC
Random Selection Loading Transactions
Max Size: 150.21/200 MB

Candidate Block

Mining Attempt c28fc88d1c7556f91d0701789bdbedd0194b3555a4dba4994ed564fe3fec8c1b
Version 20000000
Previous Block 00000000000000000000ee19fd1fc6daa41208fed40c0446b5ee329643f5e725
Merkle Root 0d29745e8503c12b1ec0235f412fa707cd9b39c15f01eb8a16d332f4cf5c6ad8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,759
Size: 1.00 vMB
Total Fees: 0.00623231 BTC
Feerates: 100.33 > 0.62 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,851 (89,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
825,789 825,789 0000000000000000000091289cae96f4b64f0cffe4b800ea0071fff746045ef4 4,456 1.00/1.00 vMB 202
825,788 825,788 00000000000000000000ff5fd500b323d3178f4dd30246c40122a7eeb7c248c4 4,548 1.00/1.00 vMB 185
825,787 825,787 00000000000000000002c1c5d2430dc090b3e15ebe49ea0a2a952ea2bf8bd116 4,658 1.00/1.00 vMB 200
825,786 825,786 00000000000000000002ce6c9039f78d7a219bab213dfe14078e755f95ae1627 5,096 1.00/1.00 vMB 185
825,785 825,785 000000000000000000029f6a31c057a7d91f39c92ce1b25e39b4f2ee9656c975 5,158 1.00/1.00 vMB 191
825,784 825,784 00000000000000000000c9a4ca8f9405eb4c1a40be829211ef4bbc9d27f46983 3,850 1.00/1.00 vMB 202
825,783 825,783 0000000000000000000283be4ea549ac322eca4cb178034f8f0b18271d01599e 3,992 1.00/1.00 vMB 183
825,782 825,782 000000000000000000024a13fff9445ac871523608e2ae153544cc22041b57c5 4,262 1.00/1.00 vMB 194
825,781 825,781 00000000000000000000c64d0e4f7682c21ca738d757c232316beebb496d37f2 4,771 1.00/1.00 vMB 172
825,780 825,780 000000000000000000032ffee62d17d05831bf71e0168993d64880c0aa6a5c2f 5,348 1.00/1.00 vMB 155
825,779 825,779 000000000000000000015c9380e8b7ffe446b1f0f9ab42622f33e2a78de941e6 4,712 1.00/1.00 vMB 177
825,778 825,778 00000000000000000001ef420c1445d47a3a6113efa80089aede330177a803b3 3,778 1.00/1.00 vMB 184
825,777 825,777 00000000000000000003d36b517087e16da105a3c9956ebc40114c1cd0afd66d 3,717 1.00/1.00 vMB 199
825,776 825,776 00000000000000000002b187c78d3095470b3d1d9645376a47e4a18333012c47 3,936 1.00/1.00 vMB 187
825,775 825,775 00000000000000000002ff379ab4f0bcd1794837245591c46adcbed407be9089 3,859 1.00/1.00 vMB 130
825,774 825,774 0000000000000000000341d5831fda1f3970a0a051c2ca99d90316b7da638647 5,454 1.00/1.00 vMB 138
825,773 825,773 0000000000000000000129e3936233fa7dc37e6c76162be4e804c2684074aa50 5,496 1.00/1.00 vMB 148
825,772 825,772 000000000000000000016d94ab30a76269d58b2b5320249dfff5ac52e717b9c1 3,448 1.00/1.00 vMB 191
825,771 825,771 00000000000000000000c1a77c3093c189b4ab66be4e2ae8ee63ef93e16556a7 4,320 1.00/1.00 vMB 152
825,770 825,770 00000000000000000001298d7bbf3f7a556a86d35ca25f163b641d2c7670905c 4,614 1.00/1.00 vMB 190
825,769 825,769 0000000000000000000288ce4ba10705ed5c89a760c60fca66bc0a5c37cb4802 3,224 1.00/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 782.13 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: 652.24 GB
    • Received: 13.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.