Loading Tool

Explorer IconExplorer

Memory Pool

31,865 transactions
12.43 vMB
0.04737044 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 72.01/200 MB

Candidate Block

Mining Attempt 4ad7267e5a422c1ce37adcc8a70cbf8c41291c0f7b023ea41ddce8b1b0967e3e
Version 20000000
Previous Block 00000000000000000000c77be48452bb25f0dd2b745c8e738aabebe40d3c9e3f
Merkle Root e75b1dda808d22bd48b70402f6b5932bcd9d3f6eaaa9688bd3f4ca4bc68c1fe0
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,209
Size: 1.00 vMB
Total Fees: 0.02465919 BTC
Median Feerate: 2.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,511 (718,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
195,391 195,391 00000000000006acd897086865dfc58c961d393f0fe8adee56c3efdc18082e46 256 0.09 vMB 99
195,390 195,390 000000000000060fc8cd6e33323d6ee034887e0df0c871ebf10f40d18f9eb122 99 0.03 vMB 10
195,389 195,389 00000000000003890395fec54c811a71e21eb0d19518960a9384d8c369377e57 260 0.10 vMB 157
195,388 195,388 000000000000020cd6309a241be5ca57d349ff6f0e75afb0940e1f8cc1810bcd 12 0.00 vMB 338
195,387 195,387 000000000000079c8b9a1392e266a0c8407707a561e20c3e6a215b0592ccfcaa 60 0.02 vMB 136
195,386 195,386 00000000000005e637fe155946079903a1db345a2326a40bde0cd14c09d9fe16 512 0.17 vMB 70
195,385 195,385 00000000000001f1a065af9fa0ed16e0e7173bf4e94bcea2acee3e8c8f3eb660 129 0.04 vMB 167
195,384 195,384 0000000000000097df52e0ba745a480d5b68128240863fb19cab21636bf40796 13 0.00 vMB 43
195,383 195,383 000000000000074edc6552a1a51484156361c7d1badba9aaa80de1403f427380 19 0.01 vMB 94
195,382 195,382 0000000000000528d8ef763540ff62dd809033df8e635250a88b9a8cacf623c6 95 0.03 vMB 248
195,381 195,381 0000000000000410140b5961f76ddad5cfd86311b17e54e3c2e68c9b1f2f03a5 144 0.05 vMB 117
195,380 195,380 000000000000032de4a11568fbdefa8413c10fbaaabef7fb3ceda110d4bf3014 102 0.04 vMB 72
195,379 195,379 0000000000000411ae0a66fdd61576516755545b44ef65b405a630ab1efe0e84 512 0.15 vMB 136
195,378 195,378 00000000000006808b8070009b98da77075e60453d0fc9e402f58e599132db79 598 0.20 vMB 204
195,377 195,377 00000000000002c512c8cbd189e19af20b2090fd5c520e7cc785bd53a7cdc802 12 0.00 vMB 44
195,376 195,376 0000000000000108e1605d82d462f65c8ccf72ba390fc996cdeebb4143eb676f 118 0.06 vMB 256
195,375 195,375 0000000000000708a2c4da04e4b437d7ae30f472ed1eba2dbe4333bf022a9fc7 207 0.08 vMB 183
195,374 195,374 00000000000000324f1140e77428f0828bcdd1467c4dd9cd58841673269868e7 234 0.08 vMB 134
195,373 195,373 00000000000000b2df613f13938318c0979107e2818051f035678c080b57b199 12 0.00 vMB 96
195,372 195,372 000000000000039c5b38683fc9f32c96f841812985e6aa9a560b068d60de34b0 90 0.03 vMB 0
195,371 195,371 00000000000007036f3a5459a807da77567fe9af36c960819c0b355e4a7742b0 372 0.18 vMB 114
Previous 10 blocks ↓
Total Size: 779.75 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: 383.13 GB
    • Received: 1.95 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.