Loading Tool

Explorer IconExplorer

Memory Pool

48,460 transactions
28.25 vMB
0.07401383 BTC
Random Selection Loading Transactions
Max Size: 150.75/200 MB

Candidate Block

Mining Attempt a3bcb5c0098615e7711aadf31cc7354d22634f7ff5b2bfe383b2552aef94da56
Version 20000000
Previous Block 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8
Merkle Root a96f4a63aa66946a6d5ab7786adb32ecce9a9133ad9166a808d56428515c20b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,374
Size: 1.00 vMB
Total Fees: 0.01918348 BTC
Feerates: 301.05 > 1.92 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,790 (328,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,905 585,905 0000000000000000000a03a161c4b863742d2ad5d92d28d1db6418abe61cd0fc 2,071 1.00/1.00 vMB 48
585,904 585,904 0000000000000000000225c88eb8120162f9bc5a6172573a50c02b6247ab4bd2 2,149 1.00/1.00 vMB 50
585,903 585,903 00000000000000000012c52117485dac82176d83a0bb91380f8934f0d4e29cdd 2,837 1.00/1.00 vMB 40
585,902 585,902 0000000000000000000bdb1d0ee3e4f9cb38164efefaf37fbef7cdc4261fa63e 2,595 1.00/1.00 vMB 63
585,901 585,901 0000000000000000000d23f82d1dc9b97290e4907f34be2521ff166fe78ccc64 3,039 1.00/1.00 vMB 69
585,900 585,900 0000000000000000000b90d29c58f846aa301ae8759f3984a4ca8d28f0fc0e1a 3,423 1.00/1.00 vMB 40
585,899 585,899 00000000000000000015d5c22bcfb91db8d052dc065e4801ba9a758479fb617d 2,776 1.00/1.00 vMB 53
585,898 585,898 0000000000000000001b682b39f988841f8c294521198b5ad2fe9c990d25b7c1 2,866 1.00/1.00 vMB 58
585,897 585,897 00000000000000000014b5deb2c291c4e85f2ef384a6a969cbf0161155ec952c 2,729 1.00/1.00 vMB 89
585,896 585,896 00000000000000000009fb6eaa0f23142637eddbaf37c9a27f1b38f6c007020a 2,487 1.00/1.00 vMB 59
585,895 585,895 000000000000000000140019cd348b34b08243680c4648bd9b69b9e8098b67c4 2,337 1.00/1.00 vMB 47
585,894 585,894 00000000000000000019ab24b8bbee568aaa1567ee0b9bc04fb2b27f14d25047 3,190 1.00/1.00 vMB 69
585,893 585,893 0000000000000000000659aed1ce5b3b0d31911bb0383fe2725d88f0d1a6f06a 2,612 1.00/1.00 vMB 49
585,892 585,892 00000000000000000013ab17188665a175f11832ea3dd5ac0a651a22896143d3 2,041 1.00/1.00 vMB 53
585,891 585,891 000000000000000000072678c3bb5d08c06e5262609519a59402b6751f0a5355 2,947 1.00/1.00 vMB 72
585,890 585,890 0000000000000000001698f5610f678d67710604c69078e58a889c32db2affee 2,799 1.00/1.00 vMB 55
585,889 585,889 0000000000000000000d00ad9f10a775ca00a6631fd3ae741e3b87a16e24e28d 2,971 1.00/1.00 vMB 81
585,888 585,888 0000000000000000000205d20c4ac21688855f56eb30adcee012a9aa27ab1130 1,440 1.00/1.00 vMB 60
585,887 585,887 000000000000000000082bd3132a161e074165aa5550db70dff86c53b33cbb16 2,537 1.00/1.00 vMB 68
585,886 585,886 000000000000000000166e1202efd67936afe88f95ee4bec7d73155d0dfba013 2,747 1.00/1.00 vMB 72
585,885 585,885 000000000000000000049c28f76f8f4d42810218f6343c4e3a90f63e9e4d9996 3,024 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.01 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: 649.64 GB
    • Received: 13.19 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.