Loading Tool

Explorer IconExplorer

Memory Pool

79,312 transactions
29.46 vMB
0.09102517 BTC
Random Selection Loading Transactions
Max Size: 178.25/200 MB

Candidate Block

Mining Attempt ad52f44ce0ccddeb07b76a2bc1a21bb54f07bb1c8de84c6880962d2f99f67fcb
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root f66063d7713a149012fa4b3dead5c289ce48ed4f3200b05727e85535f5d0a805
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,903
Size: 1.00 vMB
Total Fees: 0.02747245 BTC
Feerates: 301.60 > 2.75 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (510,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
404,395 404,395 000000000000000004e3a7d849311927b583f20284f35ffba618f3e27538cab2 3,192 1.00/1.00 vMB 76
404,394 404,394 00000000000000000220d9fa141e7cbfeab887c98ec13b188095120eda84ad6d 1,408 0.93/1.00 vMB 25
404,393 404,393 0000000000000000051002eefb0256fd939a44a14d7d0c30c34254214d6460df 3,177 1.00/1.00 vMB 59
404,392 404,392 0000000000000000055a951b133da88a62e25eb494fd73c7f447198dbb4e184c 1,465 0.65/1.00 vMB 39
404,391 404,391 00000000000000000222c8340041b2e88eece3dd1b41086cf5aa9a15d6e8d8fa 1,731 0.81/1.00 vMB 38
404,390 404,390 0000000000000000012c785833015a9c61a391ffb76b3548650b4bd6dd0f9e75 1,271 0.84/1.00 vMB 26
404,389 404,389 0000000000000000035c40e9befa29369031f8703d621a557c27df00d22d02fc 1,516 0.92/1.00 vMB 28
404,388 404,388 000000000000000006069c2fd0d5734c366bad24389f95ec26fa5efe3a96075b 2,840 1.00/1.00 vMB 42
404,387 404,387 000000000000000000a3d6dc7c326a00ffc95560d4afd551ec9e01f0c630ace5 1,869 1.00/1.00 vMB 71
404,386 404,386 000000000000000000b287a464b6ab2e4f56ae71986cfe5724df0e6d814a8e64 2,734 0.93/1.00 vMB 57
404,385 404,385 000000000000000005171f3603eb7fc25574558cec68e5f223e6f2a564dee221 1,238 0.55/1.00 vMB 50
404,384 404,384 000000000000000005734abb02ce54cd8ec17d5f4bda53df7d4092706e365e9b 321 0.99/1.00 vMB 7
404,383 404,383 00000000000000000630238d9bd95e32a69e1509a94ce8f945b5577bea9af466 761 0.32/1.00 vMB 37
404,382 404,382 000000000000000000b0f6e7ed2ec255a3fd261d3a80261f12ab292276805b44 544 0.26/1.00 vMB 30
404,381 404,381 00000000000000000636a6b03729c252cf33a090f4ea256081ef56e8a29fcc3e 886 0.37/1.00 vMB 49
404,380 404,380 00000000000000000378fa33a30a6abfaff5879d69e36d28532ac28ed67e9278 1,044 0.50/1.00 vMB 42
404,379 404,379 000000000000000003dc9bd8534f2bdbb956576b33787a9d879e6646ada4cfb7 1,663 0.82/1.00 vMB 42
404,378 404,378 000000000000000000913db7635a587c2032a6e0edd1a60f66c071d315b055b9 1,014 0.76/1.00 vMB 20
404,377 404,377 00000000000000000286f1b3ec5f263f36fe9c26c87c9002ead70198c08e6318 2,242 0.93/1.00 vMB 41
404,376 404,376 000000000000000006355b0b0d82983f25820c534c4e02b400b239c3e145da94 1,673 0.99/1.00 vMB 41
404,375 404,375 00000000000000000107bde7ccfc5bb64f14d81b1b24f83a5d8610cdf773e240 912 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.