Loading Tool

Explorer IconExplorer

Memory Pool

27,339 transactions
12.93 vMB
0.07982383 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 73.02/200 MB

Candidate Block

Mining Attempt 477c9d1fc26262089758241d0eb4786980bd731fb687d2b3c05d388b2ceefb13
Version 20000000
Previous Block 000000000000000000001d4734e2c5f1dcc81108a51a8e59880fba80c9423cd2
Merkle Root cac3fe684e4a7c35c8d38c069d2b327859bffd7f1d794ab9a7da075f090e7b92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,703
Size: 0.9979555 1.00 vMB
Total Fees: 0.04831219 BTC
Feerates: 502.67 > 4.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,696 (654,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
259,169 259,169 0000000000000006e641d95cbb4385bd8f01cc844ed504b796b2e28c6bdce20e 148 0.08/1.00 vMB 79
259,168 259,168 0000000000000005bf1465396afeae9e59bc52f01031c0761e7ba675f3510c81 30 0.02/1.00 vMB 78
259,167 259,167 0000000000000001de9981ee0d3bc8a7e6d3c7801f4f67d3fd4a68a6ec9b33ef 149 0.06/1.00 vMB 111
259,166 259,166 000000000000001cddd1bd5f45a52244be74bc0f282c7711135de07d6e679117 272 0.13/1.00 vMB 110
259,165 259,165 0000000000000001fe47854ad91df1ac7ef51ef321e4ca0166609c78f8d1e804 323 0.14/1.00 vMB 101
259,164 259,164 0000000000000011cfd8c2f3d4f13a9475d5f9741b081efa88ab5c5e50567e92 15 0.00/1.00 vMB 77
259,163 259,163 0000000000000019b275d2c89c251338e724f2dd2f35ef43d63dde4a0d388da4 84 0.04/1.00 vMB 112
259,162 259,162 000000000000001ad2bc9e681b05c33d6eea0cb1c56570e984a776ee93fe533a 50 0.03/1.00 vMB 68
259,161 259,161 00000000000000074e802bc1bf5f804418202c85a0a233ca2717a6caeda2628e 70 0.02/1.00 vMB 87
259,160 259,160 000000000000001888cf68a8ef6eef919cd45fc2cb3f90095d226a046b420b84 100 0.05/1.00 vMB 114
259,159 259,159 0000000000000006deadfddacba667cee43e445cdaaed881a11613a2786f9cb1 35 0.01/1.00 vMB 66
259,158 259,158 000000000000000e05a56dcedbce7bb61b02f54820a78fe30396028dd4b32b02 171 0.10/1.00 vMB 90
259,157 259,157 00000000000000039e584a8a8bec32635e73b2b5e282ebf3df95568e31fddb50 147 0.06/1.00 vMB 102
259,156 259,156 000000000000001705b36e7ff1599fb057dd93f467b6fda12886cf9db31f7764 87 0.05/1.00 vMB 42
259,155 259,155 00000000000000015e2b4678b7a84c22c08ba68f5de64d197bcf6737730ea429 236 0.20/1.00 vMB 50
259,154 259,154 00000000000000125d6a3749ffba53a420d2919d0c2f0232f67f8900b252b6af 361 0.25/1.00 vMB 90
259,153 259,153 0000000000000003e1fa6b673df172984dc7e2e5176135ea71a68e60d680d1ae 647 0.25/1.00 vMB 119
259,152 259,152 0000000000000011237bd5c31933021080c7ff060e86701805445734830020a1 682 0.25/1.00 vMB 119
259,151 259,151 00000000000000097a5a8dd3401e353752f461b381dc6e5d1eec0e2c23c9e004 86 0.05/1.00 vMB 68
259,150 259,150 000000000000000dd9789d1a240a619e3c3690463938fd33390734575c37ee45 491 0.20/1.00 vMB 94
259,149 259,149 00000000000000233af5acfe16a08809bdfea7897b79b9c4e31aedbaac4e7387 699 0.29/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 780.08 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: 492.41 GB
    • Received: 3.43 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.