Loading Tool

Explorer IconExplorer

Memory Pool

25,630 transactions
7.27 vMB
0.03086998 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 6 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.48/200 MB

Candidate Block

Mining Attempt e3235cf52298978ac8370fbb7514049ef8a7a9d218e441af3248b6e4624eab88
Version 20000000
Previous Block 00000000000000000001224e274d714499fed1a2156ae81473f2105be1442fde
Merkle Root c66d7fda752b48b606d77c31fad86e8ccbb60c2ed4046437649434ebbcea910c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 773
Size: 0.33 vMB
Total Fees: 0.01102879 BTC
Avg Feerate: 2.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,096 (766,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,404 146,404 0000000000000520d0f3ab41f4b6996de53e71c11f939cd66b67fc26f2c12fcf 0.02 MB 67 196
146,403 146,403 0000000000000505dd1a83d8d9959e0465b39c39cdd9b15767dd1512cef26902 0.01 MB 18 149
146,402 146,402 000000000000038631f10ec10d33dd2bdd9519f8d01fd1a497cc6d1947835142 0.00 MB 9 653
146,401 146,401 0000000000000569680b8caa548b1d9b2ab09892aa207dd8f5bde649a4873a77 0.01 MB 20 311
146,400 146,400 0000000000000678bccaef1c08e8acd5fa4a2a3bd32877146591d48d68a86bf2 0.01 MB 17 209
146,399 146,399 00000000000002f8c9587c44be9fcc82df23dc1ea916274ab99dcf80a93b6b33 0.01 MB 21 186
146,398 146,398 00000000000007a3a0e8638ebb430ea3e22bb5b8287b6962d4fc44c828781cfd 0.01 MB 16 57
146,397 146,397 00000000000006bba059e3b9aa78a439b431ecc0b1284048814eb1fd269da844 0.02 MB 28 65
146,396 146,396 000000000000055b60020da893573a6786311177543e4751c01d1db66e1c68bc 0.01 MB 5 143
146,395 146,395 000000000000058a4cfc8eff18344c656899bccbfdd5afc3d44f4eee364c9932 0.01 MB 16 45
146,394 146,394 000000000000009b4dbb9bce5ca3cb27909b69c70352ea565a222767c0b63543 0.00 MB 15 117
146,393 146,393 00000000000005678018deea16338c60201a4f725c65aac54fa0be711067cc2a 0.02 MB 69 65
146,392 146,392 00000000000005ab79c3c338291883bbb007955c5ba2b96c42c1f7afdbd2a2f8 0.05 MB 152 109
146,391 146,391 00000000000001844ee9a145b31cba4e0ca1dc50c6a32fa66d7c20d2724f0a73 0.01 MB 26 43
146,390 146,390 0000000000000664dcb2ea027c118cf94057dab2ad2f91158580210f346397d0 0.00 MB 7 124
146,389 146,389 000000000000026eecbf2da0fec4a14627f217a3ab8391ded597db02a4cc9870 0.02 MB 22 84
146,388 146,388 0000000000000775c0ae2f7c0c62cf6ef4f93586114d3d7eb799442ba92db93d 0.01 MB 22 85
146,387 146,387 0000000000000251df7c824f071fd67698775629d9137840935286d963470f9d 0.00 MB 5 200
146,386 146,386 000000000000039119b98d70e49702a4ea65e1c7fb36a99a61ecd960e2067da5 0.00 MB 13 42
146,385 146,385 000000000000035d9b0c13fb94264c77d32b55dc67a5b4c791a6aa19ef29756d 0.00 MB 17 291
146,384 146,384 000000000000025763b03a9f145f74dc0356a394ec685467616cf8c978e9cc7f 0.03 MB 71 172
Previous 10 blocks ↓
Total Size: 779.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 58
    • Outgoing: 10
  • Data Transfer:
    • Sent: 110.41 GB
    • Received: 0.36 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.