Loading Tool

Explorer IconExplorer

Memory Pool

50,909 transactions
30.43 vMB
0.09548666 BTC
Random Selection Loading Transactions
Max Size: 163.25/200 MB

Candidate Block

Mining Attempt fe8975e1674df6a2e9f87306712e0dfbe4879aefe254fe78b139ab474e814fc3
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 74e6bf634e009757b16e7b70a3481e1ba184442755bdf275a43dfd575eaa4cba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,602
Size: 1.00 vMB
Total Fees: 0.02384427 BTC
Feerates: 202.16 > 2.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (508,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,292 406,292 000000000000000001f205480e06dc644487a4ed29233ee5f60a8d8cb69eb113 2,396 1.00/1.00 vMB 48
406,291 406,291 000000000000000002df65ca9b94a307d4ff2c6373374db4c757f00371cea377 1,357 0.67/1.00 vMB 36
406,290 406,290 000000000000000002b3c5ec166980471a24dc5882333bb08b8a85cc0f2df554 15 0.00/1.00 vMB 63
406,289 406,289 00000000000000000104ddb4a087e0fc80ebd7ffe4d5a13869a5253c8f2f0be9 1,562 0.61/1.00 vMB 48
406,288 406,288 0000000000000000008d44464da1b3f7d25f25b50b120f23eb5b666252a51358 335 0.23/1.00 vMB 30
406,287 406,287 000000000000000001a023ac94030a83a7e871763f99235edd369c7b7a1af9ff 1,811 1.00/1.00 vMB 37
406,286 406,286 0000000000000000043c39b6af970911a256612a4750bddd3f0db46de4f244c8 1,559 1.00/1.00 vMB 27
406,285 406,285 0000000000000000050f392eba83ced8cfa6508f5ca8adb9842022b614776d7b 3,065 1.00/1.00 vMB 137
406,284 406,284 000000000000000001eeeb70a0a03d9f8f2b02080f1cc3c61961641e7a8ee073 1,116 0.69/1.00 vMB 26
406,283 406,283 0000000000000000048c03f533f194430962e4b3c0b0f273d4377c83468c09c2 1,403 0.87/1.00 vMB 39
406,282 406,282 000000000000000005abe26a131d119cd0a96cd4f3e505ce6e1fc87ebf5c20f1 1,204 0.71/1.00 vMB 36
406,281 406,281 0000000000000000017f2b73d8137ae333df4bc0434edde942448a9251e7edbe 2,360 0.99/1.00 vMB 52
406,280 406,280 000000000000000005f08b4e99c49078bc2328bb286637ef169193747a7ae99c 449 0.62/1.00 vMB 11
406,279 406,279 0000000000000000019c6bc1b79f9eacff033e9dcbb94efb4332aeab222ea58e 1,299 1.00/1.00 vMB 28
406,278 406,278 0000000000000000033bfc3184d451ab5c886d9d3556058217c24b513622ff93 1,905 1.00/1.00 vMB 36
406,277 406,277 000000000000000003c5a25a2d60bd57202c674da702bcb2d5d5b42c50d6f385 2,699 1.00/1.00 vMB 50
406,276 406,276 0000000000000000011d122533f78f3a86e9f567e09d51a26d5c81d71a9be289 2,541 1.00/1.00 vMB 65
406,275 406,275 0000000000000000053c7db2ab146afd17928e65763ca0b3def2c1277a91bd17 2,111 0.99/1.00 vMB 39
406,274 406,274 0000000000000000037c02a82ebb93f5085230593481960e2320aeb42c912b49 2,676 1.00/1.00 vMB 51
406,273 406,273 00000000000000000249677dbfbeb916719eba195a3306756c3b5bf44b1c97cb 3,068 1.00/1.00 vMB 66
406,272 406,272 000000000000000005be6d6f89b71d8b09c22109cb013e6ae7f1c1ab83009cae 2,317 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.06 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: 651.16 GB
    • Received: 13.44 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.