Loading Tool

Explorer IconExplorer

Memory Pool

24,460 transactions
10.65 vMB
0.03352833 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.99/200 MB

Candidate Block

Mining Attempt af5cb6164c562cd0a98765b40ecbe39fb5f593410d9cc89fc261e6b799a2b90f
Version 20000000
Previous Block 00000000000000000000763bc27d9459c69b40675f4f5e0a66e2b4c8f6dd3654
Merkle Root 2ee4810aa85ee5636e15e6dcc9f734c26b253d1db52b3cfd67283c5640dfa873
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,659
Size: 1.00 vMB
Total Fees: 0.01585837 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,525 (663,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
250,523 250,523 000000000000000f80199edabc99d169047cc93c9052edd707d908c5135a9808 552 0.21 vMB 135
250,522 250,522 000000000000003018bccee8fed6883a7b42a445d55fee1e9e6387f11659ef40 83 0.04 vMB 142
250,521 250,521 000000000000006da41e972be17edc78e148c74f09951b2d249d83b48a0ee466 444 0.20 vMB 122
250,520 250,520 000000000000006183610ff353b174fb0b38f48729e1e2d87ec99995da09c645 247 0.09 vMB 103
250,519 250,519 000000000000002fd4cc1b2d0f5c49eca10130eb116b1c30316ea999961fd668 196 0.09 vMB 91
250,518 250,518 0000000000000053dc9ac55fd646b3d868de6681a5753086d619773489452570 165 0.11 vMB 12,799
250,517 250,517 000000000000004b05c8f1fd8465e6baf61595f7b60afec198872923c911a851 298 0.12 vMB 133
250,516 250,516 000000000000000222923353705b4bf19b394aa689dafcc9bb1951a508a2ea2b 176 0.07 vMB 143
250,515 250,515 00000000000000159d2cca327eacc9351b117ed81a1fec1b3622ec65d0cb7bdc 159 0.08 vMB 119
250,514 250,514 000000000000006148e898ccac0071e33354d1a8bea6cf9518a09b4cdbe90d00 89 0.03 vMB 153
250,513 250,513 000000000000003a19e0ad073d88c040f19a10e60fa9905207a9e572b7e47921 119 0.05 vMB 144
250,512 250,512 0000000000000003d58efcf00aa397ac39120cddbd066f8e842f7f60923387a9 172 0.09 vMB 86
250,511 250,511 000000000000005ec20db00982e33359e2c64502512ccd12a68e46658a0da687 38 0.02 vMB 24
250,510 250,510 0000000000000030661c6e41e1103709b21196dd2f447e62cc6ff8fe655c38ee 235 0.11 vMB 131
250,509 250,509 000000000000002ab1bc52c2251180c147d4dc7e74d0df500b47150a76353572 114 0.06 vMB 92
250,508 250,508 00000000000000472231dbb889c9f0964caa83f46bb463fea5bd49d3b720ce50 188 0.08 vMB 109
250,507 250,507 000000000000003aa6477076b6754f09d1ef2c9564b161ced12a8a2d2afb2b3b 147 0.07 vMB 110
250,506 250,506 00000000000000481e3904c8e1eeb9ab5e6dbe0556b58f81ee886444647be788 139 0.06 vMB 71
250,505 250,505 000000000000002b6b7026c32f3894392b2d8a299fb93c7f02635c7a845d7850 509 0.22 vMB 120
250,504 250,504 00000000000000694491d6b7e841909c627555ca045f458e0dc402674635ea09 170 0.09 vMB 119
250,503 250,503 000000000000004c804ce37e88054e9d45988e790111c9c9da314a9d212497ad 435 0.30 vMB 75
Previous 10 blocks ↓
Total Size: 779.77 GB

Node Details:

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