Loading Tool

Explorer IconExplorer

Memory Pool

46,189 transactions
28.64 vMB
0.06922504 BTC
Random Selection Loading Transactions
Max Size: 152.65/200 MB

Candidate Block

Mining Attempt ab0c1d912f484d641d9206103aebc33f748d7635d46df43dd7ad262b6206b6f3
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root d1b590d8797a48fc4ac99776dcbe6f4fc23958fa7c3c8aba406b647e8b98ca2b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,487
Size: 1.00 vMB
Total Fees: 0.01488570 BTC
Feerates: 73.20 > 1.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (462,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
452,148 452,148 00000000000000000077e50d982e5747fd46777b8291e3755bfa8da8ae73babe 2,468 1.00/1.00 vMB 146
452,147 452,147 00000000000000000255125d04c692032d73e5c2580fc0de61a2c3a3ff0bf3bc 1,346 1.00/1.00 vMB 111
452,146 452,146 0000000000000000022f9c51e2a9b11ea290700387da8d0defb40198f56a2752 2,888 1.00/1.00 vMB 167
452,145 452,145 0000000000000000022404e798e8d8dc51dc197b6acd158f26d96c8692a579d3 836 1.00/1.00 vMB 84
452,144 452,144 0000000000000000000060e984498dd1e27baf4cd00eb3ed7cc879f63aae6457 1,208 1.00/1.00 vMB 88
452,143 452,143 000000000000000001b5bf891d898153d1c7a7c8a32586f10b190ef815ea4565 2,768 1.00/1.00 vMB 85
452,142 452,142 000000000000000000af3a8e5c10c6e052b6dc32e1af861710a2ab660faeb2f6 2,441 1.00/1.00 vMB 144
452,141 452,141 0000000000000000026ba3c5bac12846e7a3267920ba23828c30eb063503385e 2,556 1.00/1.00 vMB 144
452,140 452,140 000000000000000000f31a4fbf0b1ae9696b182ec6c0af46ac079790a2e1fbe3 3,178 1.00/1.00 vMB 67
452,139 452,139 000000000000000000a9e20a0b0d8244a4303a4ee226c653c58a216f27d798b0 2,328 1.00/1.00 vMB 98
452,138 452,138 0000000000000000027e6440c6a051e85b32cc4956076a7f36c61eff06c22ecc 2,154 1.00/1.00 vMB 112
452,137 452,137 0000000000000000029346d81e186e2953c5b65ae18cd4d32dd67486c9d57bcd 1,685 1.00/1.00 vMB 131
452,136 452,136 0000000000000000005b711e26b61b79fdae74d64fc191695804a2a6c8b41763 1,906 1.00/1.00 vMB 151
452,135 452,135 0000000000000000008f75f18ae2535586367c3ce1dda8468cce3305be81c11e 3,155 1.00/1.00 vMB 165
452,134 452,134 00000000000000000219eab9bc2324ebc6a81c98cbc586f5914d91c96d0497e1 3,206 1.00/1.00 vMB 190
452,133 452,133 000000000000000001f68cbc9f4ed3a0f1f10b736e08591481c4de7c9f62478a 2,740 1.00/1.00 vMB 125
452,132 452,132 000000000000000000ad30243b8750944a37617f36b6d2406e0ac57bfc725b69 2,029 1.00/1.00 vMB 88
452,131 452,131 00000000000000000257b0159d52f8ade0ab84b7296027ee1603caf55f96da0a 2,234 1.00/1.00 vMB 136
452,130 452,130 000000000000000001789e91cd8bb45c297c350f051fedde3358d4ec770ae83e 342 0.10/1.00 vMB 304
452,129 452,129 0000000000000000024112a136242257b49615aa0fcb4cbc9d66e112ea7cf624 2,214 1.00/1.00 vMB 112
452,128 452,128 00000000000000000236ef83469990f1732ddb972a67fcb3ed753396a465aa05 2,503 1.00/1.00 vMB 114
Previous 10 blocks ↓
Total Size: 782.11 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: 652.01 GB
    • Received: 13.68 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.