Loading Tool

Explorer IconExplorer

Memory Pool

25,627 transactions
5.58 vMB
0.02769104 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.68/200 MB

Candidate Block

Mining Attempt 3b9761825094218d21263bb6d8190bab14ecca8a117ef22648950a058f14c6b1
Version 20000000
Previous Block 00000000000000000000345b267982d34ee31839903b0f6a8bfad241a371fd9d
Merkle Root dd25039ab697cd5bb9e5dbaff2036fbb5c9b93662bf0d37f1b9c1489a056a5b1
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,615
Size: 0.54 vMB
Total Fees: 0.01449110 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,237 (649,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
263,307 263,307 000000000000001507ee03f48012e7d102a64bbc8c004f162ab0376c36c32b4b 64 0.03 vMB 73
263,306 263,306 0000000000000007c029bb7c8915cdb199b54c7b256e9ca0bde5523d6f99da1a 245 0.11 vMB 88
263,305 263,305 000000000000000b1a22c748d74225c13a34f74b23b209a2910a21de059bdee3 64 0.02 vMB 130
263,304 263,304 0000000000000011a4f330422b6d98deb1b1fbe9781367ab29556d5ab7bf9539 345 0.15 vMB 111
263,303 263,303 000000000000000c87d0df899affc1006c1b720a9ed4fede29e811f5f823580e 158 0.07 vMB 100
263,302 263,302 000000000000001582b71ca177c639b637ae1f2cf13c229fa5dfddc909c9b703 120 0.05 vMB 72
263,301 263,301 000000000000001557da1098314ee1caec3d7f60aed0213ee01efd1305300f9a 49 0.02 vMB 98
263,300 263,300 0000000000000011138f56b4896eb528ff7551be3a507205a74c3f9a49022b02 148 0.06 vMB 70
263,299 263,299 0000000000000004f7c733896486930d6412627e947bfc8bb6b2f6d555fa67c4 313 0.16 vMB 94
263,298 263,298 0000000000000012cbf686942f6b5465f6d0fb1e50552d31b439db840ca6634c 175 0.14 vMB 42
263,297 263,297 00000000000000088071eb019445eeefcb86c20e413fb8a88035bc5b38c00e82 219 0.09 vMB 86
263,296 263,296 00000000000000158cdacbe30c427f251bc1df1b573b87272f62f0a987686bfc 159 0.09 vMB 87
263,295 263,295 0000000000000012cdbf5e29467a0afced802ce0ba7b6bbf5d3b0b71ebcb89dc 196 0.07 vMB 128
263,294 263,294 00000000000000099baceb03ed7aaf9ab4433b798d1e850463dc8a7ae7267927 36 0.03 vMB 10
263,293 263,293 0000000000000012248c3d67aab670a8d976ca0386711c3e1b937695a3f7355e 304 0.16 vMB 93
263,292 263,292 000000000000000937eb1097273de1e38a50a612243560143cdcde34bf3570e1 102 0.04 vMB 93
263,291 263,291 000000000000000864e642d05d6897711baecd09822d67f4351d8696b0aaea60 148 0.07 vMB 66
263,290 263,290 000000000000000927e740c0b3e267b95172f8df40f6c18e3e8387250678828b 25 0.01 vMB 69
263,289 263,289 00000000000000098894be89edf1c74157afddf401554c5fef793d34c5b171b3 85 0.03 vMB 71
263,288 263,288 00000000000000083fc34865f0f80d2f7e596d2c15a80fa53884b26efe86786c 515 0.21 vMB 93
263,287 263,287 000000000000001256e5a4ac72dfad85b115721e532f5bdb33ee3a4f141b5394 169 0.08 vMB 77
Previous 10 blocks ↓
Total Size: 779.27 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 79
    • Outgoing: 10
  • Data Transfer:
    • Sent: 42.59 GB
    • Received: 0.58 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.