Loading Tool

Explorer IconExplorer

Memory Pool

80,425 transactions
29.55 vMB
0.13679354 BTC
Random Selection Loading Transactions
Max Size: 178.53/200 MB

Candidate Block

Mining Attempt 15cc6c37db3f663e429392925e546721e7fb46c18f7c883e7273f3e13c1676e9
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 3e83b88e5ee788e01c85fb80804997c825ce7f80a057c8e76b3e5a9ac2e69933
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,192
Size: 1.00 vMB
Total Fees: 0.05047125 BTC
Feerates: 602.26 > 5.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (283,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,941 631,941 000000000000000000097d46e744b2527c230f5b36f89e0e59f58d5670d2f124 2,123 1.00/1.00 vMB 62
631,940 631,940 000000000000000000038db2fd9b254540166faa1f1778adce0f50f1fc02b1d0 2,843 1.00/1.00 vMB 104
631,939 631,939 000000000000000000126dfb282903f9cd6cf39ca66892954db9361ddd513365 2,327 1.00/1.00 vMB 103
631,938 631,938 0000000000000000000754766b3c8ea6d1d02f0c08a6a0e84096e768a3392b50 1,392 1.00/1.00 vMB 23
631,937 631,937 00000000000000000001785d8523dc9b0147fd77e8648ca6cfbd9abb8ed59645 2,168 1.00/1.00 vMB 28
631,936 631,936 000000000000000000039726419f6a91da915641b4e172f2ef84a5b98144036f 2,400 1.00/1.00 vMB 49
631,935 631,935 00000000000000000002e7db9c5c3231ba0589fbb4f346a481d9528cc3d3cee3 2,807 1.00/1.00 vMB 95
631,934 631,934 0000000000000000000c021468c350df5a1be677b350881a2b5a035014b0e932 1,978 1.00/1.00 vMB 15
631,933 631,933 0000000000000000000022abb601174a4cce1ce22c5ef297e5c39e71597dcffb 2,432 1.00/1.00 vMB 12
631,932 631,932 0000000000000000000c062c6518fd339061403a06ca239620afeb59970fe1ba 2,017 1.00/1.00 vMB 36
631,931 631,931 000000000000000000092924ad05827ac5086414086484aeb99bf55a3976c5f2 2,600 1.00/1.00 vMB 52
631,930 631,930 0000000000000000000d457b50f91f1676f00925a9c6c8f08aa7a4fa0a38f8a1 2,790 1.00/1.00 vMB 104
631,929 631,929 00000000000000000000073945abeb8754bb8771391d8b186c420eb8b6f141b3 2,527 1.00/1.00 vMB 81
631,928 631,928 00000000000000000008e8ceb5b3b5ace62227c2608d0559c91d548b0b36411d 2,409 1.00/1.00 vMB 17
631,927 631,927 00000000000000000000d208a594b54b8b03b091720afb8e48ccb67fe3d599ad 2,341 1.00/1.00 vMB 46
631,926 631,926 0000000000000000000f1b87afb1b95a5e681736ea387b60a8bd150b1ec8bb30 1 0.00/1.00 vMB 0
631,925 631,925 00000000000000000010dab51e5208c538fce5634104fbd059da24140911efe7 2,499 1.00/1.00 vMB 50
631,924 631,924 00000000000000000009c4ba2ff0899d634af8230f48e7c304d708e220d19bdf 2,686 1.00/1.00 vMB 112
631,923 631,923 0000000000000000000d0395e71308b11a149600dfdb754b252ab76fc3fa25af 2,368 1.00/1.00 vMB 69
631,922 631,922 0000000000000000000f9fd77c72cf64d38328f4c9f40f7356af3db0353f8666 2,792 1.00/1.00 vMB 37
631,921 631,921 00000000000000000005457db8d6c5262d2d553df6e22d55e982c672247f0a25 1,897 1.00/1.00 vMB 96
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.47 GB
    • Received: 17.54 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.