Loading Tool

Explorer IconExplorer

Memory Pool

21,757 transactions
4.39 vMB
0.01597496 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 34.13/200 MB

Candidate Block

Mining Attempt 93e4774b1691298d4e037d8b6baa47dce2ef30282d53ce832ac2cf2a9564fdf3
Version 20000000
Previous Block 00000000000000000000a121caba7288d1c4c9d2d929e3443c469bcacfc2f764
Merkle Root 87ad07ca06369797f5f3b5a6d94bb58901adab7e2a272fc571083326f2b7a7dd
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 694
Size: 0.16 vMB
Total Fees: 0.00512654 BTC
Avg Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,955 (687,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
225,049 225,049 000000000000019b181fd7557322baa723e42da4f73683a4000624f2573bf30c 0.40 MB 663 146
225,048 225,048 00000000000002e13bc0cd6cc4f1ace530522dfac4cf4947787081246270b64d 0.03 MB 68 153
225,047 225,047 00000000000003757e1f7b21b15c4018397ebd4eb46e8b8fcb661e8b5d4d44b0 0.18 MB 112 27
225,046 225,046 0000000000000280017adbcfa519bd29023658ac175d54b4520042bb84fb051d 0.25 MB 713 238
225,045 225,045 000000000000000dcf11171e1a52db1490c71c62dd4637d2a31c76689ce5970d 0.19 MB 294 141
225,044 225,044 00000000000002704f682ac6ab29f51864c082c600b96c0b7abec6eb952f155c 0.35 MB 807 1,869
225,043 225,043 00000000000001f0230b10f4d654c4538f842b79aab44ee7ace4a7da48f3bdb2 0.00 MB 10 91
225,042 225,042 00000000000002d10f9bfc5fcb764f9955a48196955141a2928610f694388df4 0.13 MB 222 89
225,041 225,041 00000000000003367cda7c6a92ea46bb5f81b0e5c4857d9f7b9f491f472d94fe 0.26 MB 676 200
225,040 225,040 0000000000000314a907f3a3787b172291c475e12e0b84c2aabbdb7d18bafcfb 0.25 MB 483 167
225,039 225,039 0000000000000358e2b31865e6a57fb66a3f712d4faa4ac8fe5522b6357b9796 0.41 MB 774 164
225,038 225,038 000000000000013a41d7e587d766a9fcc8356e5afe8c18c1897265d70619c35c 0.25 MB 684 267
225,037 225,037 00000000000001c30d31813a5e51f0450de044b6c75c675429b9107ae72f8f85 0.13 MB 123 89
225,036 225,036 00000000000001d38bc3305ef2a4f9173f063bc438a9cda2f366a784dcf28961 0.07 MB 146 171
225,035 225,035 0000000000000106056b3a4d57cbcccc6d4519aaacd12a480dbf30894856213f 0.20 MB 395 174
225,034 225,034 000000000000038d8a8f9abd757d69c0b408b4538896c689e5ee6eaa6b57e3d0 0.33 MB 793 183
225,033 225,033 00000000000001a0a72ded3bc251e70dfdf36495813b2574721e882760c55835 0.11 MB 166 103
225,032 225,032 00000000000002936f8d47e377d9fa8c28e0d9d20581c503a3603568f8e57076 0.05 MB 117 87
225,031 225,031 000000000000001151e292d1a11f13319b3faca25bbc1405f1cfcd143389137a 0.14 MB 429 255
225,030 225,030 0000000000000241126ff053cb49d71636d594533ba59c29305f6ddefe599444 0.15 MB 133 100
225,029 225,029 00000000000002b492b110aed485ae48c0152e0585c0f0623f5b64226180736f 0.06 MB 115 202
Previous 10 blocks ↓
Total Size: 778.76 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: 347.16 GB
    • Received: 3.05 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.