Loading Tool

Explorer IconExplorer

Memory Pool

29,065 transactions
11.86 vMB
0.03839441 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.28/200 MB

Candidate Block

Mining Attempt f80d5125cfc3b94696f8c7a3dc995edbd1f8e8d611ff5bbd453dfd68b47218cf
Version 20000000
Previous Block 00000000000000000000dfe08e8c7fc02879d427d7327f13f30ca8cda7348f7d
Merkle Root c121117cfda25fde2c0c2d11d46c67337c51053a2d2ab61ca1883f57e904a2f8
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,004
Size: 1.00 vMB
Total Fees: 0.01753477 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,519 (647,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
265,680 265,680 0000000000000005e2defede477f600682df16d35c08ebe325096ba146aa95f2 99 0.15 vMB 28
265,679 265,679 00000000000000023a4c54f00571ddbd25039fd67236105aab0e6c16a3618794 237 0.15 vMB 88
265,678 265,678 0000000000000006c03e3f5f56decd063b674ce89718f09f8f0bb72bdba65bda 181 0.09 vMB 60
265,677 265,677 00000000000000029a5d344ea8ae823f24bd81d60e33ee2e8792f794ae559dec 625 0.44 vMB 62
265,676 265,676 00000000000000019eb547c2b610f078ab0540f56309ca9c3325002102067ab5 241 0.10 vMB 95
265,675 265,675 0000000000000009c22a29c23d1371b74eba83887dae99a6824c9014fc65b59a 132 0.07 vMB 47
265,674 265,674 00000000000000072089a0adae2b921c93f3d707c1180b7dae1b63ef03e0dd78 670 0.28 vMB 109
265,673 265,673 000000000000000ef0c19a4847e5c5f5097fe8397d2f361de88d172ddda07588 719 0.26 vMB 182
265,672 265,672 00000000000000074438b06c3c2c55e2c6aecd72a7079dd9cd595adaa77e7380 16 0.01 vMB 40
265,671 265,671 00000000000000087cc002e69ba2fe2c3e093b1a3705ba259becfee55777815b 357 0.14 vMB 118
265,670 265,670 000000000000000f101af970586963aadf934dfd043fd8f19cc23ce7478618d4 97 0.06 vMB 20
265,669 265,669 0000000000000004bed61203007b92c4d07e8066ef3feaa4ac67a38cd29cf04b 257 0.16 vMB 123
265,668 265,668 000000000000000433d7645b726bb6f734643e9a7883c40459d903bd9fe76779 168 0.15 vMB 39
265,667 265,667 0000000000000002187246b45974f1feacbb3cdc57335b3b8f311181b5606aee 154 0.15 vMB 27
265,666 265,666 000000000000000f733d4d33d9d0b31acec6e4131795d41bc5bf5d8d70e99de2 187 0.11 vMB 59
265,665 265,665 000000000000000ff93013d7dc55fc14921bed7f6f2adad60a0ff7f2e4daf2d8 128 0.06 vMB 71
265,664 265,664 0000000000000007cbc692c2c94ee37f52f9db95a4031a5f2766f58d34b187a4 67 0.03 vMB 11
265,663 265,663 0000000000000001cb12a05756583781d11da1ce45bb0b146d84bb13d8e936f9 310 0.18 vMB 90
265,662 265,662 000000000000000e813118931f18ab5f5e3a0185fcadc21412fd4c11857a904c 62 0.04 vMB 30
265,661 265,661 00000000000000023657a97a03cf3b4a3bf94b7fde79298f472058d9fa4f7026 293 0.19 vMB 69
265,660 265,660 0000000000000004def8fd7adbdcf93275b680085cfb2f2815eba83ee61b1f79 145 0.15 vMB 38
Previous 10 blocks ↓
Total Size: 779.76 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 392.40 GB
    • Received: 1.99 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.