Loading Tool

Explorer IconExplorer

Memory Pool

78,793 transactions
29.50 vMB
0.06916654 BTC
Random Selection Loading Transactions
Max Size: 177.35/200 MB

Candidate Block

Mining Attempt 0de210af602cf4848162cd2ccff2e1406938b334b6c80eb9d59da3feb7bc904c
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 6c514bcfb6f20aa5d6c9b12768c4bb0ae369d96e68f676603e2257f368232b77
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,815
Size: 1.00 vMB
Total Fees: 0.00932338 BTC
Feerates: 50.25 > 0.93 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (473,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
441,876 441,876 0000000000000000038ee821da080ef3861c0ff6c6dff6101c7704640ef3468d 2,267 1.00/1.00 vMB 292
441,875 441,875 000000000000000000544b2fa7380cbf7914558e1fb4e63345e1c0c63b31d7c5 1,885 0.99/1.00 vMB 72
441,874 441,874 0000000000000000003bcd9ebae366985936dde21b3a7b7c9bde7b5d1c7afd67 2,802 1.00/1.00 vMB 80
441,873 441,873 000000000000000002a4c3afe209319c30d56c46c0859e51048408b33043faa9 2,570 1.00/1.00 vMB 94
441,872 441,872 000000000000000000395ffee7b5c28d5fa3f79b14ed0b2d6e6c512a6f1a3ccc 831 1.00/1.00 vMB 57
441,871 441,871 0000000000000000021b5fc67790229e821efe72a759189e7b4c22a467c94c37 1,906 1.00/1.00 vMB 65
441,870 441,870 00000000000000000055ea68ad6a830cb09186deb5f71eba723b03dd679cd403 2,377 1.00/1.00 vMB 77
441,869 441,869 000000000000000000e22cc54e5e169cac850331d42ee32126effc80c062649c 3,324 1.00/1.00 vMB 93
441,868 441,868 000000000000000001c2bdc32d29d902d7828c55544aee902b830c90d6c91acd 2,386 1.00/1.00 vMB 82
441,867 441,867 000000000000000003664780abf97a536ee8f6ef7155d0edf1e8770463dd7c1b 2,989 1.00/1.00 vMB 70
441,866 441,866 000000000000000003527dcd35c438bd4fafa2ca1b0c93df777b23a540727243 2,423 1.00/1.00 vMB 78
441,865 441,865 000000000000000000974b20ba688d2eb96520935a75623a42cb899590af95b5 2,648 1.00/1.00 vMB 85
441,864 441,864 0000000000000000027a9c80b85f9987427401e046ca9134c0ceed16ebd2f4fa 2,448 1.00/1.00 vMB 87
441,863 441,863 000000000000000002a81d7d8cf6e85a794c5c5dc4b3081cd58c6484fcb31791 2,456 1.00/1.00 vMB 93
441,862 441,862 0000000000000000023400285c809a4ca807a5163db0dae9acfadfd0b9039d74 2,406 1.00/1.00 vMB 75
441,861 441,861 000000000000000001a921fa32399b81d8f9bdfa7c490835e291a95e50ac8f5d 483 1.00/1.00 vMB 14
441,860 441,860 0000000000000000016a68c0075519ac7cb37e189a8cf2e842bdcd029b18592f 2,283 1.00/1.00 vMB 60
441,859 441,859 000000000000000001862d1a97a3ff2ab645172cd8af2eb7da8aec2fdad1789b 2,692 1.00/1.00 vMB 85
441,858 441,858 00000000000000000119a8a887431d44c75da8d20af2b05fc0de5c74f573fa85 1,144 0.44/1.00 vMB 65
441,857 441,857 00000000000000000117e8e15934e28e0608cb03200dac933facb9c4de0a64b9 2,742 1.00/1.00 vMB 80
441,856 441,856 000000000000000001b5d1602be51a7f78e09b48624e1322d0592474292e66de 690 0.31/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.