Loading Tool

Explorer IconExplorer

Memory Pool

33,070 transactions
10.04 vMB
0.11217929 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.10/200 MB

Candidate Block

Mining Attempt d49c271d11a2581e6af1a7422747e08eee84d6c8bd1f63d581d0c92f1e2f56c4
Version 20000000
Previous Block 000000000000000000011329a0df17c0f400b934b8f44ab626da0c3d10e12bdc
Merkle Root 642405e9630e8a9af3e5ac6d8c5ccdd58efd3073c272d44f129e156bfa60e990
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,313
Size: 1.00 vMB
Total Fees: 0.05710750 BTC
Avg Feerate: 4.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,023 (684,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
228,053 228,053 000000000000010f4a3e57f0e0dc761dfb179fba2704f967d5e465691937d945 0.21 MB 431 180
228,052 228,052 000000000000021fb1547e97625910a5406cb72a1c03ee2579e56016fe9470a2 0.07 MB 157 47
228,051 228,051 00000000000000cee43d267f6b253fc8feb578d371a7d4902450ae93ed9baece 0.10 MB 266 293
228,050 228,050 000000000000011c997fbedf430d0d37d02dccefad1022f24577c89ad74227a8 0.13 MB 272 185
228,049 228,049 00000000000000519d9c12cd738ae9f2ca750044a20b35bdb5ca9bbee7663a74 0.24 MB 460 219
228,048 228,048 0000000000000240c3faeb483c5ef823fba626f5b7a1f531f42fb4d91ece16e6 0.25 MB 419 261
228,047 228,047 0000000000000130bc6ff9d161728866fb91a25a037359669548b5943f313136 0.12 MB 249 149
228,046 228,046 00000000000001bc5b55c7e46117e03b6f13e61ad716b244af79fe74b2e40495 0.25 MB 530 221
228,045 228,045 000000000000018aea379b2b90f27eeaa7fc89ae2d446ebcfd63a5d76aa05cf1 0.14 MB 96 29
228,044 228,044 00000000000000822e21ae643588b16e7ccbe6110199d8e20faf038c53a84ace 0.13 MB 293 249
228,043 228,043 00000000000002399f3838a5cff704cdddcc430c04aa3d0e3f3dba423183477d 0.15 MB 336 231
228,042 228,042 000000000000027636f4b2301748aef45cd4491f3df0ab2dcddf1589544492c2 0.08 MB 131 156
228,041 228,041 000000000000014864bd4ab7e3a3cf49841fc25cccadfdaf67e43ee6480c6692 0.25 MB 382 165
228,040 228,040 00000000000001da4e395cdecbfc3f7a71efb1aea985c019dde06e68e4e0684b 0.13 MB 216 154
228,039 228,039 000000000000000b98165a15dfd81b0eaadaf23caa8586dc67e12eb6c9751d32 0.15 MB 349 200
228,038 228,038 000000000000012b82ee605ec2d9943002e2e46fb6793e3e913b2e6f7adbad7d 0.15 MB 247 175
228,037 228,037 000000000000021d8f41e9431d90f262264b0d08a9faac8b374f920160ffec26 0.19 MB 420 226
228,036 228,036 00000000000001d852bd40779d2a70a39597aa331b987c283d60bc554a48d751 0.20 MB 429 159
228,035 228,035 0000000000000269e061054b9bf9173294a2bb073f87cacbbee7fb7648d5eba4 0.12 MB 252 186
228,034 228,034 00000000000000df3a90a39e517b7957f3d20b864acd1881db6fcb9c27e8c2e2 0.37 MB 474 108
228,033 228,033 000000000000017acc244576fd16c168f2dad1c9d0858c0cf3a22da73aa9decf 0.04 MB 96 71
Previous 10 blocks ↓
Total Size: 778.88 GB

Node Details:

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