Loading Tool

Explorer IconExplorer

Memory Pool

18,783 transactions
10.07 vMB
0.02580253 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.89/200 MB

Candidate Block

Mining Attempt bd9584ac7db4b98cd2751d9e0b467590a26d67c27732ca96ce1c7f7de86446e1
Version 20000000
Previous Block 000000000000000000001b0b9bba896b3a0a29c737d37d5b02c01e95962df631
Merkle Root d07bffd6deaa2a13c245361fa3172417ecb37392cc172ed3f5e64cb17e02a1b7
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,845
Size: 1.00 vMB
Total Fees: 0.00963678 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,545 (655,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
257,818 257,818 00000000000000132d10e05b4758dadcf3abe9f583d411c4e87680a3bbeef111 175 0.07 vMB 84
257,817 257,817 0000000000000008b89db755b1ec56dfd1f75e83d389b74eba95477eb80a1e0c 123 0.04 vMB 122
257,816 257,816 000000000000001a3b7eeb9300633b970dd12d6442138259e83888292ddb6784 410 0.15 vMB 97
257,815 257,815 000000000000000ad4355d1ee94ac9f79dad4800888c5ffbd913494695ddf848 515 0.23 vMB 101
257,814 257,814 0000000000000002fad60b4a9a338aa7e736d4305e15d631d5fb38986f58cc41 80 0.03 vMB 138
257,813 257,813 000000000000000f4e6b555838ca33bd28997d294894f5baeaa71416bb160cc1 14 0.01 vMB 66
257,812 257,812 00000000000000315c077d58d75709d868f97fb40a1d55c9f49041ac95456d27 22 0.01 vMB 95
257,811 257,811 000000000000002629c2e8d17737e7e3822040827a55787b9e6fc7bcf6240ca0 301 0.18 vMB 95
257,810 257,810 000000000000001c5447c6ef5597fad3dee4563776013bdc754743953505dc9e 85 0.04 vMB 102
257,809 257,809 000000000000002a52166306c9ab65e3aa16a6bf46ec4913a804013084888fe1 161 0.06 vMB 120
257,808 257,808 0000000000000019fecb7ac69ef0a6b2df56cd01ed690fefa1201737d9218d22 293 0.12 vMB 105
257,807 257,807 000000000000000740c40e33676f2bff56e66637e6b41470ea7dcbb93599d18a 88 0.04 vMB 68
257,806 257,806 000000000000000664c5b1716f0c42cb89a480cce66c52f55509798f05187b8d 43 0.01 vMB 116
257,805 257,805 0000000000000004548468163aa6b76318e67c2654d8fba39b36ce16a97a2a7e 391 0.15 vMB 91
257,804 257,804 000000000000000de2990812794ab8c1d7ec81a94942e358bfee5002e0bcfa4d 218 0.09 vMB 115
257,803 257,803 000000000000000466e91364ea96609c0ba9698c42973943c44d46ee3bf4cdc3 658 0.35 vMB 58
257,802 257,802 00000000000000043b69e6a582aa2f409d502c59f24db8781c3857326a2fa098 668 0.25 vMB 155
257,801 257,801 0000000000000010722bca59d384bf67db79436918cad11b5b8be13139671a09 448 0.19 vMB 94
257,800 257,800 000000000000001f063ad177ed280a015146dfc4ca1628ee754814bd9b67eefb 107 0.05 vMB 292
257,799 257,799 000000000000002faea477b4f052a9a1bd55f88e5c99c357842b3d026e6d5916 272 0.13 vMB 93
257,798 257,798 0000000000000023f4514ddd81a0a915bc16d59eaf9fe9a6e0344b1aa01319a3 268 0.12 vMB 108
Previous 10 blocks ↓
Total Size: 779.81 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: 410.07 GB
    • Received: 2.17 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.