Loading Tool

Explorer IconExplorer

Memory Pool

77,412 transactions
29.08 vMB
0.10078092 BTC
Random Selection Loading Transactions
Max Size: 175.03/200 MB

Candidate Block

Mining Attempt 8ed3c5bbbf20288dae62602b40dc1b0b24c1e521cf6b30c19c714fff802f36df
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root 79916c9331a7d1a6168feaabb1434c775aa7b657a75af04a4db3ebb8eb566f59
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,525
Size: 1.00 vMB
Total Fees: 0.02676525 BTC
Feerates: 453.09 > 2.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (584,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
330,456 330,456 0000000000000000064cf7a2e572c51eb9d9e91b86ba9ca7c4f43d7d1e5eee5f 452 0.28/1.00 vMB 25
330,455 330,455 0000000000000000032ed35e4e013b94d12a56b403a3ec03e2404780ceaed89b 235 0.10/1.00 vMB 27
330,454 330,454 0000000000000000145f676fc2581dde3cd25b270aab56cd2546d5994936f2c1 870 0.48/1.00 vMB 28
330,453 330,453 00000000000000000fba5d7a82a867f14a8f5eef9e38b1be1e696ce663a0cf97 702 0.35/1.00 vMB 32
330,452 330,452 00000000000000000acdd9e17fe83ce64a5c82f31704bfe1b680c7abb1931b67 175 0.12/1.00 vMB 19
330,451 330,451 000000000000000006d13db7ed6dc36bfd4633d4ec9e236810a434128d84eaa8 651 0.37/1.00 vMB 28
330,450 330,450 00000000000000000e784a4f705b97e1a2e6f316d2638082f6a97e7ecd4d21d1 290 0.18/1.00 vMB 21
330,449 330,449 00000000000000000cf2dceb3080223aa69071d36567850df3b6a1ca90950868 211 0.58/1.00 vMB 13
330,448 330,448 0000000000000000094fadbe1cb61f1965291889a53bad9dc27bacfdff4a4e30 256 0.08/1.00 vMB 31
330,447 330,447 0000000000000000143796837e0a8cdb5f502c7ea6fbb3878c8acb5dadf7a458 1,247 0.75/1.00 vMB 24
330,446 330,446 00000000000000001993f1692d3f3be0b6e8eb82578d77fdb3b576d1ee2ff190 837 0.75/1.00 vMB 20
330,445 330,445 00000000000000000e18bb627d57e16205e585415486bc8fcca6b789860597cf 580 0.75/1.00 vMB 16
330,444 330,444 000000000000000010b7ea899d071d411972813b061eb821ad58c67cf0ee49c0 1,383 1.00/1.00 vMB 20
330,443 330,443 000000000000000001be5408d08e86120fe78fe4ffbf7343c5ab8e83a7b37a9a 1,196 0.35/1.00 vMB 48
330,442 330,442 0000000000000000096bebe7f40dc34c8409c3acf51d03f2c239fa19220b22e6 553 0.25/1.00 vMB 34
330,441 330,441 0000000000000000038660675556d5a04277a6aebbb48e6ae213ce21345f0238 194 0.10/1.00 vMB 25
330,440 330,440 000000000000000009a74354af7bfc7de1dabd61d835a1b16f63e6e0e053a592 491 0.33/1.00 vMB 23
330,439 330,439 000000000000000019bdffbf1b583bbdb0ed101839fee6f0db3b54be36042022 1,243 0.70/1.00 vMB 26
330,438 330,438 000000000000000012e8ca37d7716bb0450975377c22e3585616bd9ade2f9023 274 0.35/1.00 vMB 10
330,437 330,437 000000000000000015799d6baf0441d15e99755541fbdf1d91dc9bea2f363bee 1,561 0.75/1.00 vMB 29
330,436 330,436 000000000000000003e38c28f3c30275e689d11bb6d19f76c568afc7992a3369 1,163 0.58/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.56 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.