Loading Tool

Explorer IconExplorer

Memory Pool

26,991 transactions
10.89 vMB
0.02708636 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.31/200 MB

Candidate Block

Mining Attempt df65823a06bde02fb4aecede9a0fc7556caf42ad3ef706a565507b987f0eb19e
Version 20000000
Previous Block 00000000000000000000982307d3b756516d69e5f9eb847bc91735f48dbd8995
Merkle Root 3d2593eed23247741857ce8746ae18fe0e82bf6cff6e1528e11270678d03a01e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,918
Size: 1.00 vMB
Total Fees: 0.00869405 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,548 (717,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,521 196,521 00000000000004526ab48c19842977f9e7e480a7a96d54efa9e3e7a929c76bfa 124 0.04 vMB 85
196,520 196,520 000000000000017998036fefb1832c8325e23725b1c49910eeb01cba20bbffff 512 0.17 vMB 178
196,519 196,519 0000000000000520b5551519949372dfebe8b5723870fc345a9088c16bf127ff 126 0.05 vMB 102
196,518 196,518 00000000000003418c128af56e82955bdc9a660a2d5ee8552a9ec1af147b2200 134 0.05 vMB 139
196,517 196,517 00000000000003b36ff673822be94cf682c8d26cfa1e1a865d4f77657273d811 194 0.06 vMB 157
196,516 196,516 000000000000013448a2ed78c3fd90b3c2456be47d6d0fd0940268d2b2641a6e 512 0.21 vMB 104
196,515 196,515 000000000000012adbd0de92cb3c1559967ed206be7b147ad7cdc5e4c48dbcf3 1,024 0.40 vMB 35
196,514 196,514 00000000000001113c8a5cf71378e7e385db576f11cd7fedb8a891c9c787fa17 421 0.16 vMB 168
196,513 196,513 0000000000000119599ec174f49282c62c54c05fbfc75b2d9c044e0fdde2197b 1 0.00 vMB 0
196,512 196,512 00000000000001afa29e32cf01d277fcce46d7f00b07a8e083afdd3f7a2678ef 273 0.11 vMB 268
196,511 196,511 000000000000024bfe4cd9be61cf423c1b907bab83cf361e4715ac54f2e46238 57 0.03 vMB 70
196,510 196,510 00000000000000c1637f5f281189e2f3fd7bb518b828f28033ab7ba091737584 446 0.16 vMB 178
196,509 196,509 000000000000019b3d4054d112ece4a1c6aaa9943f25359ccf724b67e1f6635c 511 0.23 vMB 171
196,508 196,508 00000000000004cb23cd0087e5f970cdb168a62e7d3fb705bc060132b5c4440c 267 0.14 vMB 94
196,507 196,507 0000000000000139248d8c6ec16be337f3b985606c132375c0a55c5950683006 845 0.25 vMB 199
196,506 196,506 00000000000004e49e7eaae5590799265ccb2e734d563648adda5ef7ff9b7e6d 1 0.00 vMB 0
196,505 196,505 00000000000003050b2c213b326da9bcf6a86ecd9f1c5c1eedc0da0ebf343934 673 0.25 vMB 155
196,504 196,504 0000000000000563e1c033b6c789f1b770b1c869789a73400de861849cad0205 595 0.17 vMB 184
196,503 196,503 00000000000001e5af48182773ecb57cd24aad2b40c46f165dc140eddbd4c71a 50 0.02 vMB 90
196,502 196,502 00000000000004fecf708256162f8da64e835a65ec821f6a869f0060f15e95fb 129 0.05 vMB 112
196,501 196,501 00000000000005b11f0677bd5d944217d46cdf227afa065bc810fde5a6f161e8 31 0.01 vMB 89
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: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 413.27 GB
    • Received: 2.21 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.