Loading Tool

Explorer IconExplorer

Memory Pool

81,129 transactions
31.91 vMB
0.08216237 BTC
Random Selection Loading Transactions
Max Size: 191.57/200 MB

Candidate Block

Mining Attempt 86806e1c591f9a6e7cc87a51045a7f68101b81b5fafa02c1e870a34108ab243d
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root 6e174debce8765a693daf294345e896048e841b55eb1ca89e80e8773e4f77c9a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,411
Size: 1.00 vMB
Total Fees: 0.01215187 BTC
Feerates: 119.03 > 1.22 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (89,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
825,917 825,917 00000000000000000000cba50b3171bcf128e4ab50b77931dba34f0a43dc1403 2,635 1.00/1.00 vMB 92
825,916 825,916 000000000000000000000971ab7d363d5cbcf27c910ddd82e909fbda4dfd19c3 3,971 1.00/1.00 vMB 80
825,915 825,915 0000000000000000000307237f3c7ee4b8ea7bf9e410a34450bc69850cabca66 3,191 1.00/1.00 vMB 62
825,914 825,914 00000000000000000002ff0b3de48b050863e4efc8632395ef3edba66187791f 3,856 1.00/1.00 vMB 75
825,913 825,913 00000000000000000003c9df5088c6431b5de9a05f37b4ab858f3a05d82d68fe 3,162 1.00/1.00 vMB 94
825,912 825,912 000000000000000000039a59a7ca704b68f3e13b8dbad496ace3d2853529eebb 2,993 1.00/1.00 vMB 140
825,911 825,911 000000000000000000029c5cd4bca7c99de0d4a975f8c1c85d3e32a2ce0fa2e3 2,925 1.00/1.00 vMB 137
825,910 825,910 0000000000000000000377a008fbcaa63399815b21b5316036f9460bb4dccd51 2,151 1.00/1.00 vMB 107
825,909 825,909 00000000000000000002adb28a9da6b6b45ed33efff62a337a88d1604fef8b2b 487 1.00/1.00 vMB 93
825,908 825,908 00000000000000000000c11c2d2ea78625178e5c150b9c71a4526f4846cb16ea 1,232 1.00/1.00 vMB 100
825,907 825,907 0000000000000000000130c2ef24ab08000020f2b6a17bada619ba44608f9fe0 3,514 1.00/1.00 vMB 147
825,906 825,906 000000000000000000023fae0817f64eb451135c4c2991a2cd29b7513e137a61 2,818 1.00/1.00 vMB 111
825,905 825,905 000000000000000000019082d4e33094d38f08bddf5ebdb0343e4cdc8c3f4b11 2,963 1.00/1.00 vMB 200
825,904 825,904 0000000000000000000388c88828d8599f221536bb09b9fe8abb824199f2e815 3,111 1.00/1.00 vMB 87
825,903 825,903 00000000000000000000a9340097b41b129b30cccd0fc3150ac9d56b3048a047 3,885 1.00/1.00 vMB 103
825,902 825,902 000000000000000000015892ef5ff507ff12d17b0e9bcaba7ceff07f4df6a3c6 3,593 1.00/1.00 vMB 156
825,901 825,901 000000000000000000004ade1f985d106b81aeb4478d754d92a693858160f7e2 3,225 1.00/1.00 vMB 75
825,900 825,900 0000000000000000000239e60e7e90c365f2729250d79363029792ed47b08924 2,165 1.00/1.00 vMB 65
825,899 825,899 00000000000000000002e7062cd4bde9fa96d34c8df266b6715241cd85cc9274 2,033 1.00/1.00 vMB 75
825,898 825,898 0000000000000000000395279a4d81a8ddc605ffade5e03a6edc03bb3b9b89ec 3,184 1.00/1.00 vMB 77
825,897 825,897 00000000000000000000e3676ac0868a313bd4e138e48456fb528b473e52bb09 2,380 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.70 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: 697.31 GB
    • Received: 16.55 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.