Loading Tool

Explorer IconExplorer

Memory Pool

74,886 transactions
27.79 vMB
0.07564347 BTC
Random Selection Loading Transactions
Max Size: 169.08/200 MB

Candidate Block

Mining Attempt 8ee1b8caf672d6c07f731a78d84d81154bcae8dcd6c403485678f9dca38e1f65
Version 20000000
Previous Block 00000000000000000000333bb349bd4a528f0e80d3cc81bd16791bcab0dd2b8e
Merkle Root e65b0971ed96ba49d29aed1375aeacc3ae80f6bdb541a86904a75e186cf052a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,111
Size: 1.00 vMB
Total Fees: 0.01615431 BTC
Feerates: 71.37 > 1.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,254 (539,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
375,794 375,794 000000000000000002c9231891dcfe8bbc47265aa9cab5fd55f49f75fcc6419f 1,462 0.89/1.00 vMB 31
375,793 375,793 000000000000000006f0ed60d31ac93b86b44c113b4e24b9f1c8db0697f255fd 1,083 0.75/1.00 vMB 28
375,792 375,792 00000000000000000ca892c7d5cf839d761b589e9dd916511920b19dd66e2b16 2,857 1.00/1.00 vMB 53
375,791 375,791 00000000000000000bae02a6ad5b462bd2be39b7aa5d7dc22ad127f8cd970c68 1,602 1.00/1.00 vMB 29
375,790 375,790 000000000000000001b65c744a23c714a02267507370162722fe385e3b731b6e 2,458 0.93/1.00 vMB 50
375,789 375,789 00000000000000000c2d37f8008b397fa78e2f82c982521c8292ebd14f1f7c80 1 0.00/1.00 vMB 0
375,788 375,788 000000000000000004c68cd5660e0b94dffcb81c5b51cca535a7aac28f0c18e6 1,574 0.75/1.00 vMB 40
375,787 375,787 00000000000000000d69fa2d55c58c82f754d64f75ec938044d21f6612998aa5 1,261 0.83/1.00 vMB 32
375,786 375,786 00000000000000000a91492c4c275472ba056bb1a398be531dc5020593125e78 1,456 0.85/1.00 vMB 31
375,785 375,785 00000000000000000aaaada03819fe95a61d0a946ed685998ebd5174ef526fd9 610 0.46/1.00 vMB 28
375,784 375,784 00000000000000000200c706ab58ce1957952e696e6047f2c81eedb5b5fcee96 1 0.00/1.00 vMB 0
375,783 375,783 000000000000000010e3b831c360b9a8790f3a1305781bf79d2681e94fd33f2e 714 0.32/1.00 vMB 41
375,782 375,782 0000000000000000077195381548a5e3de9f4546d0b087c6bddd6d7ba5815698 1,158 0.60/1.00 vMB 35
375,781 375,781 000000000000000001131f3ab88403a56574a474f3a5b78ee4288d323fa2ebf3 431 0.56/1.00 vMB 14
375,780 375,780 00000000000000000e408478e055abef4c543eedb4b2ec34bac51a9d52fd540c 1 0.00/1.00 vMB 0
375,779 375,779 00000000000000000ac263bba08600a0a1f5d00c3b28aed423baa45fac88057c 910 0.44/1.00 vMB 42
375,778 375,778 00000000000000000f3325a42d91b1de41b5fd0c6aa8c5d493e441cfbc3acb52 1,693 0.80/1.00 vMB 40
375,777 375,777 00000000000000000a87c87dcf2743bcb25a69f2a14d6e075805bbf69dae01fe 1,627 0.91/1.00 vMB 35
375,776 375,776 000000000000000003b4dc944ea5ca05f7a6c60a6db7ebe4d2da2432a98e458b 38 0.01/1.00 vMB 41
375,775 375,775 00000000000000000fab7ccdcffce108915cc6f17e7dc16fb1258c70337c16d0 217 0.11/1.00 vMB 35
375,774 375,774 00000000000000000c55247922d6e81145b5faca78393b574df47dad8f36b5c3 402 0.25/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.83 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: 711.78 GB
    • Received: 17.12 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.