Loading Tool

Explorer IconExplorer

Memory Pool

28,015 transactions
7.39 vMB
0.15102924 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.97/200 MB

Candidate Block

Mining Attempt 98c4a524045f7e3d5dcde3c36ba0a19b2db17d8886a2d4e3d98d2f60ebc8628e
Version 20000000
Previous Block 000000000000000000016a5bd19712b819d2def2308e70253bc0106e976f4a21
Merkle Root c8f13c3b2bf76da7b0e21f0ebd2fd2e54820620c48901b492d95743addec2fed
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,826
Size: 1.00 vMB
Total Fees: 0.12229008 BTC
Avg Feerate: 3.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,010 (642,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,921 270,921 00000000000000025dea1e2137895a39c835500f3ae04a937bcc539b336ca7eb 0.11 MB 247 71
270,920 270,920 0000000000000004c67f772471ee233f9d5a24ec20f8b75b1ed2f864582ab4cf 0.09 MB 218 53
270,919 270,919 0000000000000001a5d48a2b47075710552bb8ab1af325ba4f0cf2e3b4a8510d 0.13 MB 173 35
270,918 270,918 0000000000000004841ba156916ab8ade475f51e2c4b388f0a61370744812bde 0.19 MB 461 69
270,917 270,917 000000000000000635fed87141f3e634f1c0b481aacf24465eafe5a34ebe8158 0.06 MB 134 48
270,916 270,916 000000000000000360785d47f788eb6c6a1e3262d8b9786b83746f52d4789123 0.08 MB 147 54
270,915 270,915 00000000000000050dfcf4b11d2a4f469729f906a51b28e4a0a2b4bb53632040 0.17 MB 429 57
270,914 270,914 0000000000000004c0a26b55a2bbf1f227a2d501c51205a01262bcbe2e1d4235 0.37 MB 263 21
270,913 270,913 0000000000000003bd799ea8985c900df336d98c68a66d4b12a4708c4aa62c9a 0.50 MB 1,329 79
270,912 270,912 0000000000000003964399d45361c96e86af6a73d2dc1d756affdd81cc3a14f1 0.25 MB 462 43
270,911 270,911 0000000000000001d409310a2fb98f6488e0efc94caa1f623c4797ce7edff9fd 0.04 MB 90 64
270,910 270,910 000000000000000176f09232fa896b3d339c8f4dd38265ffcc46c9afbdba5d66 0.05 MB 126 33
270,909 270,909 0000000000000002c7062db873809679f9fa9423a1abf3156601edc315f5be1e 0.42 MB 716 52
270,908 270,908 0000000000000000cd739deda70098ae9e49c5ae6c03175d42d89cfb33625e93 0.06 MB 133 51
270,907 270,907 0000000000000000fc9cca0d5c76bbcbcb0643721414c977268109bb05dbe3bd 0.15 MB 369 26
270,906 270,906 000000000000000062763a3d25d493f16dd07193118fb4529ba3a9b7a82a3f73 0.18 MB 393 62
270,905 270,905 00000000000000024f5f0ac7ed500d416c2b369e59e2624626a6dee37af0844a 0.08 MB 180 46
270,904 270,904 0000000000000002107cb780c6f5c8a3025c0772e26f614d347f4ce2d9f128c8 0.14 MB 249 57
270,903 270,903 00000000000000002232a6b23082a29fc4dbf3b329fceafc8f7739497f9d3cac 0.15 MB 227 46
270,902 270,902 000000000000000078b195c654f921a4c445d3c8c15fc812d9f310cf2df0e74c 0.24 MB 431 57
270,901 270,901 0000000000000002344e2d58255a19d00fd2926a02fd84711dedbc1b517fc377 0.03 MB 32 14
Previous 10 blocks ↓
Total Size: 778.86 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: 391.17 GB
    • Received: 3.52 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.