Loading Tool

Explorer IconExplorer

Memory Pool

42,037 transactions
18.30 vMB
0.18343440 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 101.08/200 MB

Candidate Block

Mining Attempt 523229355caee5613534c227438fc06a3b8330938a9326d5286378a474c8e5ce
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 78dac4a51d90b714e19f1b9fb9e74b33536593101c2cdecdc1de25b32cd27266
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,675
Size: 1.00 vMB
Total Fees: 0.06084537 BTC
Median Feerate: 5.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (722,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
191,133 191,133 00000000000000a27beb25e9c9bc4b1bae5e79594a7277e4d6e1e277385a6032 1 0.00 vMB 0
191,132 191,132 00000000000001955cb492d131969d3b891546b6b3f262dc9d0d00858d965dff 256 0.09 vMB 87
191,131 191,131 00000000000004d796e2ea0dbe8531d990f8f6260cd93bf2ed69f23e594a9f8c 32 0.01 vMB 0
191,130 191,130 000000000000011aea5580c5b8f84bae5183e5a1273ccc1965b87a2ac7684cfc 107 0.03 vMB 39
191,129 191,129 000000000000035b007e01a044d415add6b779cd1be0ddb0739ff16670359721 227 0.10 vMB 77
191,128 191,128 000000000000027932eb1c376248e3fb675f13dc12f6ad0b91a1f2710a8f7471 14 0.00 vMB 0
191,127 191,127 0000000000000084563cd613ab5119433f58017b87888392300e476103945a0f 10 0.00 vMB 0
191,126 191,126 00000000000005dffadbb9047e308a55ecb314ad212f6b7c51b1ed9b89cc5b44 256 0.11 vMB 96
191,125 191,125 000000000000023d83aed41f85fc96876778120e270711045b08563c74321b35 386 0.21 vMB 232
191,124 191,124 0000000000000405ad3095c476561ed0883b14729e81279889150deaa179b27a 284 0.11 vMB 170
191,123 191,123 00000000000008a10351197d020b0731ba6dc329d8690eab68a8cb9e7bd4addb 256 0.14 vMB 189
191,122 191,122 000000000000019b0dbba7d3a7b7ee38b2b40dc667b4b1c629c1d772ff8ae9fe 9 0.00 vMB 15
191,121 191,121 00000000000001653182e084c028891f435955a2286e6aa42070032406374c7d 93 0.03 vMB 17
191,120 191,120 00000000000007ad9dbb1a6d996171a095dc558095e51daf2785da044526835e 453 0.13 vMB 148
191,119 191,119 00000000000006cceccfa779f6224d384c2e12c8ef8b1fa50a7aabbc2a0551c9 8 0.00 vMB 123
191,118 191,118 00000000000006644516249035c564556b8641ccf8a500b8efb2479feb3b203c 736 0.25 vMB 294
191,117 191,117 00000000000002a440fbe71664260e0e5bd815feb6e0fd0cbf92d50d48cc3db5 110 0.04 vMB 457
191,116 191,116 000000000000020fca954e833223cbe5c5bd0bb2da457319f28f51334cb6967b 178 0.06 vMB 207
191,115 191,115 00000000000000e4c3360282d43eee51f3bfc3ab6200923d710cffc88501b624 94 0.03 vMB 197
191,114 191,114 000000000000040c29b93665f328f08c5bc127b6888b0f3e5e90b94d6f597846 43 0.01 vMB 42
191,113 191,113 000000000000018f10e7e15b711d69367b3ad67d7f6f78ac19ac547a1013a30e 64 0.04 vMB 44
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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