Loading Tool

Explorer IconExplorer

Memory Pool

30,150 transactions
5.88 vMB
0.03635015 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.75/200 MB

Candidate Block

Mining Attempt 5075986ed1af32a00912f6bd6bd0ec42ceaccfd354055ede2d685d7aa268628d
Version 20000000
Previous Block 000000000000000000016599a87148a9e7594585cd473996ae72c110e2f10436
Merkle Root d4e2f17ec8af4310403df9825b96bb3071a69283afa452d08be3da509acf7f08
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,585
Size: 0.65 vMB
Total Fees: 0.02260156 BTC
Avg Feerate: 2.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,940 (648,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
264,506 264,506 0000000000000003639558994744a4e3f3c404d084b8837d93def7f915a673cc 0.25 MB 432 103
264,505 264,505 000000000000000b374fd92eba9116b7f82f524f6db2e8bd34149003f5aa3219 0.05 MB 91 63
264,504 264,504 0000000000000001bc3a2c9fafc676c4733a1554cedbee20cea6ad4b80a173b9 0.10 MB 208 67
264,503 264,503 000000000000000956a905f5ac8ad19fc45457d67aa46c4a2143b98d810fe345 0.25 MB 494 59
264,502 264,502 0000000000000002d073f0a3973b7edafabb2379c5c43ba2bf0f40c2e894f6f0 0.25 MB 423 76
264,501 264,501 000000000000000e5f6fe056452f03436b50318c36e2896801d64521f03dc549 0.25 MB 478 119
264,500 264,500 00000000000000052e1a96ad2948dcd4722fa5742f7aae08d65dd896726f67f2 0.25 MB 639 154
264,499 264,499 0000000000000005b2b8cf5683fa33fe33feaab000b0d47a17298120afc44d43 0.15 MB 358 121
264,498 264,498 000000000000000653287cc5acacd646bbda34c711bbfdbc9c81741e0897720e 0.08 MB 205 130
264,497 264,497 000000000000000aa919c31fa9ae300709d7671ba65a499121e9b75532e4085e 0.09 MB 212 114
264,496 264,496 000000000000000f29d28a11cc4c43da28ffdb3944399490408a71fa5f9c4194 0.02 MB 64 107
264,495 264,495 000000000000000f1e9748d10f8acb2d594eeb82083533cf2d9b9e95c0e44ef8 0.00 MB 14 33
264,494 264,494 00000000000000026430138fccf8a5539bbd45e6897a511032a16b531771fb5f 0.10 MB 217 114
264,493 264,493 00000000000000057c8017bb3078b05778d31aec1eda9338d9bd3715fc237624 0.25 MB 529 104
264,492 264,492 0000000000000007d6257fe3250e45be4a5f0626e67322e0bd81e514528fec3a 0.01 MB 21 89
264,491 264,491 000000000000000b094c2b4f069119cab0a0b8d20619ffe9b5fb8687e65a4740 0.06 MB 135 119
264,490 264,490 0000000000000009e188ff3a355fa3ffe5684d106693fc781dec4d50e18b2bb9 0.00 MB 10 102
264,489 264,489 000000000000000ccdc7dd7aebeb1b909893adfc7c0694298f29561564c70d03 0.08 MB 177 104
264,488 264,488 0000000000000000d1dcfb9c0286d3c8908affa0bf3e7e7bd6d43feac6064ae4 0.11 MB 242 113
264,487 264,487 000000000000000d2819f58dd841a1c58afddb32da88a4f2f37af53712e53ace 0.10 MB 197 85
264,486 264,486 0000000000000008aab7683dfc23b0eda0989a5dd8f8ee9069da702fb7b0fccb 0.11 MB 275 38
Previous 10 blocks ↓
Total Size: 778.74 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: 337.77 GB
    • Received: 2.93 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.