Loading Tool

Explorer IconExplorer

Memory Pool

25,605 transactions
4.34 vMB
0.02495799 BTC
  • 1 sats/vbyte = 30 blocks ()
  • 2 sats/vbyte = 18 blocks ()
  • 12 sats/vbyte = 6 blocks ()
  • 13 sats/vbyte = 5 blocks ()
  • 14 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 36.15/200 MB

Candidate Block

Mining Attempt 684b154622103e72d52136d62438df6fe566194566c811359e50e10abba927db
Version 20000000
Previous Block 0000000000000000000041daca90a6144b2b731579b28c7307b0c22442e0e380
Merkle Root 8ccdfffc478d2225149076257c74aa29aad15592f2dbff62381b8791171c9835
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 892
Size: 0.32 vMB
Total Fees: 0.01463295 BTC
Avg Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,777 (657,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,122 255,122 000000000000002d2d7d62409d9e342798ae368b7828c4bd571357403627b961 0.00 MB 1 0
255,121 255,121 0000000000000035d0d41b5bbdb32e7d05285dc60b3a979da6469a9c5d40cabb 0.02 MB 52 139
255,120 255,120 0000000000000024cfe6b91205f818f88f4fff1bcab7183aa1e7009b82d803fa 0.01 MB 13 52
255,119 255,119 000000000000000a8f65cbf901b26d35e8459cdbd747847fadfff65c160cad75 0.06 MB 140 123
255,118 255,118 000000000000000978d137c0d746e3ccd2b5d4ffbce37df668312d49300b878c 0.15 MB 413 202
255,117 255,117 0000000000000040e1775d03925369ac2073ee6f04393183c6df13e5f179248a 0.09 MB 133 78
255,116 255,116 000000000000002d82d1dba4a81329a57a6572be936ff0f4debc09b2d93ff92b 0.16 MB 349 126
255,115 255,115 00000000000000402411d4f4054020fe63f15007590b050b286ef056cd682316 0.13 MB 280 125
255,114 255,114 0000000000000003c44694955a665e97b777586408387a812b2942bf9ba1d874 0.05 MB 82 32
255,113 255,113 000000000000002c3bd8b88d9f066ab852db81bf0c36a40e0f49330d222209f8 0.27 MB 712 131
255,112 255,112 000000000000002d75f75257c224006cce03165aa5e52d474cf3a0618d88b9de 0.10 MB 201 86
255,111 255,111 000000000000000809613c94b016b256951662934c60a541d3598c18c1690b3c 0.15 MB 291 80
255,110 255,110 00000000000000338d41eba61b158626359af54b922fa157ae66173f0ce52d7a 0.25 MB 662 110
255,109 255,109 000000000000001d5e9063c8a16bd9e085585a2d94fdc6abf0c71898cf356234 0.11 MB 260 117
255,108 255,108 0000000000000019da1e397f09fd51e912a380ea02dccbf650543a4065067d3c 0.08 MB 165 117
255,107 255,107 0000000000000034bc87d841cac34542ec72810ba2e6aab2ea44bef3ae3f5bf3 0.17 MB 300 99
255,106 255,106 000000000000002bdb6dec4d86567db2e76c775194de44754cd33b9688e19ee5 0.25 MB 536 92
255,105 255,105 0000000000000006d182f00b26b0ab6c13b379ac8b601e4b1497d062247501ad 0.25 MB 683 68
255,104 255,104 0000000000000012959df59412aed73d9d2a6c01e3f16b0c2c211319c2636ba4 0.25 MB 681 189
255,103 255,103 000000000000000c34d139ccf28c9e22284ffc377b512b0c53adf805e79037aa 0.23 MB 544 122
255,102 255,102 0000000000000006601130a119649226adc1800071387fd652d3723d6567a12d 0.27 MB 586 114
Previous 10 blocks ↓
Total Size: 778.45 GB

Node Details:

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