Loading Tool

Explorer IconExplorer

Memory Pool

82,691 transactions
32.39 vMB
0.07135376 BTC
Random Selection Loading Transactions
Max Size: 191.72/200 MB

Candidate Block

Mining Attempt 8c66c181ab0e1cf117bf42ad197c24466592945610332b9f3ed09c204e2b2a0b
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root eae9591ba90287c2da83e4eee8ede2aac08c8bae5a706b60993a65faff2ad5c3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,076
Size: 1.00 vMB
Total Fees: 0.00763957 BTC
Feerates: 203.60 > 0.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (289,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
625,848 625,848 00000000000000000010f3c3538bc98e90feb2765d7de0cec8cefcc46052369b 1,392 0.46/1.00 vMB 8
625,847 625,847 0000000000000000000382c6f937f3942e441668be94d6dbaeda0762f1845553 2,109 1.00/1.00 vMB 12
625,846 625,846 000000000000000000025c43032b58a6cb85bbbd8a0ac670e077b32a202852b2 1,192 0.39/1.00 vMB 11
625,845 625,845 000000000000000000111c93fba0bfdd469f7b6208deee4c7817a0ab9401cf95 1,523 0.46/1.00 vMB 10
625,844 625,844 000000000000000000115206832e361b8f2101460bcd6883340ce61a12f7ea89 1,731 0.55/1.00 vMB 12
625,843 625,843 000000000000000000103bd859281102511707daf17c1dc7cbbbd14ebb1f2d3e 2,841 0.99/1.00 vMB 10
625,842 625,842 0000000000000000000c23da16e59d5e31c9ea5d15a229aa8f620cb21915151c 3,019 0.98/1.00 vMB 11
625,841 625,841 0000000000000000000b047fedc16c43cff20ca2149fd1fc20ead545d85ad342 892 0.28/1.00 vMB 12
625,840 625,840 000000000000000000083b4cf147f8464be92ba05412ba9c0b39988c43031adf 97 0.03/1.00 vMB 9
625,839 625,839 0000000000000000000930392d9a402275439f7dcd5d73fd19ea0fa928954732 535 0.42/1.00 vMB 5
625,838 625,838 000000000000000000131ed18d4c9a6f54a1c7b970ef99ab2356a6f0b798a656 1,147 0.38/1.00 vMB 10
625,837 625,837 000000000000000000108b2a9f75f4c3bdf4a00f0c45a53dd086fa815613a4bf 1,208 0.39/1.00 vMB 9
625,836 625,836 00000000000000000009e112acddda6c7ae8c408d6fb05222bc3ee8d8b3a27ce 601 0.20/1.00 vMB 10
625,835 625,835 000000000000000000072e4d615bd5c8bd8b15fb6b6041e2e72e29e8db0be67d 1,668 0.56/1.00 vMB 16
625,834 625,834 0000000000000000000bccb9c587b163e82c17a7aa37b2b9e2d9a9435ed07967 1,324 0.42/1.00 vMB 10
625,833 625,833 00000000000000000011d0d41d208072891452bc714122ce1eb7d3e68938b9a9 350 0.11/1.00 vMB 10
625,832 625,832 000000000000000000053f5d1f14f63081b49074bd2dbff1a28fa86d05a5fbe2 38 0.38/1.00 vMB 1
625,831 625,831 000000000000000000031d1bc2110c19dccc82e672be717b58f9dd81b5d61fc3 1,844 0.97/1.00 vMB 3
625,830 625,830 00000000000000000011d90d4df7603bf7cf3f51b60dcf0fa064320f806ede22 2,958 1.00/1.00 vMB 14
625,829 625,829 000000000000000000050e7dde2b0e0ae90b995cdf2a0cc3ac59a142872eb2eb 2,401 0.78/1.00 vMB 12
625,828 625,828 00000000000000000011462d85a5610aebf55b2341bc7c8f9c83637c4d020252 357 0.11/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.29 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: 657.23 GB
    • Received: 14.50 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.