Loading Tool

Explorer IconExplorer

Memory Pool

26,325 transactions
24.49 vMB
0.03691205 BTC
Random Selection Loading Transactions
Max Size: 131.38/200 MB

Candidate Block

Mining Attempt 184efbc2b9b30765f5aded980db6438d8d9f5cc38a217cb03d7dfdd3d4c9a535
Version 20000000
Previous Block 000000000000000000012eeecc45e80a228fc7b1dc45887a1857793d3648c660
Merkle Root 53fb0d956b54f4794c2a83bf31a83adb2344be839f619617638baf2db1b84aee
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,462
Size: 1.00 vMB
Total Fees: 0.00978182 BTC
Feerates: 469.97 > 0.98 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,316 (745,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
195,248 195,248 00000000000003526f1bcd8d2f677dccb7af194ba5b43c0be222fe0061470963 280 0.13/1.00 vMB 124
195,247 195,247 00000000000006a351f3404221b687db7db7ef3e3461ed17f27341343236d8f0 473 0.26/1.00 vMB 286
195,246 195,246 00000000000004e11daf6046ff0d9e5f2227ac1e0b2883c88422c1162e7744c3 32 0.01/1.00 vMB 0
195,245 195,245 00000000000000a85ee794c632955537c261f1203a6cfb97531f84bef775227c 512 0.17/1.00 vMB 115
195,244 195,244 000000000000076afe5c21d5fcc6da327ed254629a643d0e9757109ddcb1d147 138 0.05/1.00 vMB 190
195,243 195,243 00000000000002635f4c38cf16b6f44b78e87b2289d44887a0149f2db076ea62 162 0.05/1.00 vMB 35
195,242 195,242 00000000000004d2155aaca80b5f28a11019598fbea6e4d59648825a072f8765 219 0.13/1.00 vMB 112
195,241 195,241 00000000000001d93f8d42b9489e39131d12f473ad0b17bb66c6f982fa721c56 512 0.23/1.00 vMB 162
195,240 195,240 0000000000000721a68e9fc4eb5f226c012db66df1f2af29ce47484bd0fd42b0 141 0.05/1.00 vMB 79
195,239 195,239 0000000000000018874071a387d18cab91337de6b0d928f737e25d72f3040830 268 0.12/1.00 vMB 113
195,238 195,238 000000000000021bdf4157b16406e5d62d1e276ea0b56e0b40566b5729cc824e 191 0.06/1.00 vMB 179
195,237 195,237 000000000000028b4b65a1594014af7d74abce55c1258f1205361f7784dc3b11 256 0.08/1.00 vMB 25
195,236 195,236 00000000000001eb81d07e60c6a2e847157984d907f64ae8d88545c88bfdee24 43 0.02/1.00 vMB 47
195,235 195,235 0000000000000671f2c0787e50c81bcdf270ea4b7bdb41056bf4cde1f5cc92d6 236 0.10/1.00 vMB 254
195,234 195,234 00000000000000fd3c584e6aa7e0febf803f9c1534e4cdea7639e311af89341f 17 0.01/1.00 vMB 57
195,233 195,233 00000000000005ea6a2901d8ff81e7e5fadeecd195590d38f2b5d3c59a416fed 27 0.01/1.00 vMB 54
195,232 195,232 00000000000005af9b734bf7dac90b4568e54e80d858f8f52cffcd05de028b9d 258 0.08/1.00 vMB 185
195,231 195,231 00000000000000f2ab805874984ab0bd675526d7168b621367dde692ca691216 261 0.08/1.00 vMB 134
195,230 195,230 00000000000006d66f11295b0afc6d772925de58de8bb8d4790246b560285ed9 205 0.08/1.00 vMB 112
195,229 195,229 0000000000000716cbabc27e56eacd87211cbef6ee7d099167a0fe4ef64f2d6e 166 0.06/1.00 vMB 172
195,228 195,228 00000000000001e01aacb77e4bbbc4657d46bea6f2c7f20d43b8500c882adf4a 470 0.15/1.00 vMB 151
Previous 10 blocks ↓
Total Size: 827.32 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: 4,451.01 GB
    • Received: 241.99 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.