Loading Tool

Explorer IconExplorer

Memory Pool

45,226 transactions
28.63 vMB
0.08401082 BTC
Random Selection Loading Transactions
Max Size: 151.77/200 MB

Candidate Block

Mining Attempt bddfeee8b9869cd63d2941a26a5a4e95231bf68fbb43498a923e4d68a2080d55
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root a0c5e6a64b480c8e0607cdbd290bf43de5b3e5911f21b0463865aa77f5e3ff4b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,736
Size: 1.00 vMB
Total Fees: 0.02953502 BTC
Feerates: 150.92 > 2.96 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (328,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
585,884 585,884 00000000000000000006cc4bf843a05c678925f5c21742cfd0c17b978f03e4df 3,496 1.00/1.00 vMB 74
585,883 585,883 0000000000000000001188fa5af6f386aaf5f50f1ae74eb250fcf9732301b36f 2,247 1.00/1.00 vMB 67
585,882 585,882 0000000000000000001e9e22cef81f93cf3598a06e0e51add1de8ec678eb51b5 3,306 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.05 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: 650.94 GB
    • Received: 13.36 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.