Loading Tool

Explorer IconExplorer

Memory Pool

18,799 transactions
8.66 vMB
0.07067691 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.11/200 MB

Candidate Block

Mining Attempt 888f4d344c9e61828994604b246cb5ea0ca87dedeef7fd921ad3c962838d3ab3
Version 20000000
Previous Block 000000000000000000016b0eb8b9414d1fd2cf6d6ec5d671a5ce90db7ff1b528
Merkle Root 67c5bd1f41fe167beef87aa444ed1cdb85041c198f6a6014d5e7904b25e3ab76
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,810
Size: 1.00 vMB
Total Fees: 0.05188925 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,390 (711,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
202,049 202,049 000000000000030d07168017e68e51a87cf8194b8704767c5c3870c5b76f3096 141 0.05 vMB 105
202,048 202,048 00000000000003574915dd1495bbbe546ca2d582fe45a58f190ec02d7157c9b7 500 0.21 vMB 129
202,047 202,047 00000000000003fa69c9c20467b16861635422906a73502c4e533da660d16efb 487 0.22 vMB 117
202,046 202,046 00000000000004ca1d17d578c5748ad2b03f652763afa61fc235013d2e7f2b5b 8 0.00 vMB 186
202,045 202,045 000000000000043a94b9f8fec2b20cfa4763db260d6f04dbaf27915ed94985f8 53 0.03 vMB 82
202,044 202,044 000000000000000ff1ef87277c804df756c6530192cf837815474f1f7b67a373 403 0.16 vMB 171
202,043 202,043 0000000000000331db4b2f7980b5b5b83e564e9bb3749a3114b2472daf77b7dd 19 0.01 vMB 141
202,042 202,042 000000000000004d222d59d1d841e57e4e94d3211be7085497ce210d90cc8a8d 113 0.05 vMB 143
202,041 202,041 000000000000000d4942c2636e9f7f237b00d9332dd440ad9242a3cb1be2f7de 356 0.15 vMB 181
202,040 202,040 00000000000001749060f95299ebc03bf2e5b970f3de5c2a6fdba06556869bad 238 0.09 vMB 136
202,039 202,039 000000000000007cb331b7ac233919f62b8fd7a4881fff96e8d7834eda9e689d 34 0.01 vMB 119
202,038 202,038 000000000000026a05a76262f4db4a7975a17866408c5d51e92ce19b0da9661e 399 0.19 vMB 114
202,037 202,037 000000000000023b0b3f5f3f9e7b844100d9dec0bc88966964120d2be594a114 98 0.04 vMB 179
202,036 202,036 00000000000002e99adeb4587229c207ccbb6fc9cf8bd82bdaa989330298113d 116 0.06 vMB 61
202,035 202,035 000000000000056b256b4fffef18f5535f01a10a5c6b47afb8081c4843e70c68 182 0.12 vMB 99
202,034 202,034 00000000000000839f7b982bcc24af99f171e63836084e108a5cab5a96e8fc88 597 0.25 vMB 162
202,033 202,033 00000000000001ba4a55c33f41af70a345444f9705517c678f62c8b62206563c 346 0.15 vMB 125
202,032 202,032 0000000000000243e6b0c4e6aa7ab2b98cc619997399f9a4eb9175e9e390d738 282 0.11 vMB 144
202,031 202,031 00000000000002112850f5bf0ec5eb746332bdc05914b94aa033a344b3dd9ca1 184 0.08 vMB 132
202,030 202,030 000000000000001f41c95f8fac682d835a84e965f72c109e808a587bba83725e 118 0.06 vMB 139
202,029 202,029 00000000000000719bd3bfc6fa347e66cf27f72efc7041fc7b7fbbd754d28f5a 385 0.19 vMB 80
Previous 10 blocks ↓
Total Size: 779.54 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: 245.39 GB
    • Received: 0.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.