Loading Tool

Explorer IconExplorer

Memory Pool

40,692 transactions
25.80 vMB
0.05295146 BTC
Random Selection Loading Transactions
Max Size: 134.64/200 MB

Candidate Block

Mining Attempt 46bdb77a1f89aed38ed780f4d5b7edc109264c252dfe52015a3a8e087a6ab306
Version 20000000
Previous Block 00000000000000000000b5b2d45e6886bb0157eb70677ea9d4555802ee085a1f
Merkle Root 2f2ef526e295a810f96f849ba80fdce0d0218b8c6ab7c9a4d1422115cd01570e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,607
Size: 1.00 vMB
Total Fees: 0.00626171 BTC
Feerates: 75.74 > 0.63 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,732 (739,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
175,257 175,257 000000000000001ff6436120b783c84bb2c2f724f56ebb5b0bcd66f3125b2595 58 0.02/1.00 vMB 149
175,256 175,256 0000000000000a02271d408a98a52eb9cc17a3ccb6053235fb1bbc7cd7512fa8 7 0.00/1.00 vMB 617
175,255 175,255 00000000000009b79b6804e42297c9811b391f0930609a828e0a4ec5fb44e70b 30 0.01/1.00 vMB 219
175,254 175,254 00000000000009bcafc7551c9c13d717a948937317993cc8cbbd8aa1ab3cffbb 26 0.01/1.00 vMB 191
175,253 175,253 00000000000004de168a23fc18dfe198ac8be08df818ae0bf55a47554e139e2e 39 0.01/1.00 vMB 44
175,252 175,252 00000000000005a0104f80d30dad9a8e775263c06d8ce4b721bf69975e33e25e 22 0.01/1.00 vMB 17
175,251 175,251 000000000000087b3b84fd59863aa6136d5bdaf2996bc89611c1bb37035f7f71 88 0.03/1.00 vMB 49
175,250 175,250 00000000000008e2e339e45964ade58fc3a685b6691173109bb31b04d835fdb2 32 0.02/1.00 vMB 31
175,249 175,249 00000000000001dc82fc3bbbfc2789bdadc5018cd111751b395f75ca3d6efccc 19 0.01/1.00 vMB 71
175,248 175,248 00000000000008195e18724cec45b1bc1bb63690bd12c55c007f7657b3b06c7b 54 0.02/1.00 vMB 24
175,247 175,247 00000000000008204a7040325a2a81a1e015a9527b7ffe9df9ced5da4cb2f8cc 76 0.03/1.00 vMB 356
175,246 175,246 000000000000004b4488fc0eaf1f1902f1ef7e21ea3ea2025d00c10b28ea4e56 50 0.03/1.00 vMB 95
175,245 175,245 00000000000007840b426174c10fc02876b2475d3583a7e561651ad49d20e722 59 0.02/1.00 vMB 92
175,244 175,244 00000000000005a9463b4c77440cf375358d519505b87efe055a49e6acb3b81d 49 0.02/1.00 vMB 112
175,243 175,243 00000000000005b9262c36db23affda9f44a94a849125e07b9b07c899ce4b42e 20 0.01/1.00 vMB 62
175,242 175,242 00000000000005de86c613ad74b91ec466e7b07c99b3f204648e8fdb7c0e9c48 32 0.02/1.00 vMB 64
175,241 175,241 000000000000006f4e3c9de9a91deb5cca09fd017288f460427fbd51c0c4f08c 9 0.00/1.00 vMB 53
175,240 175,240 000000000000011d17cd3706a93e2057ab8acfcdcf5f124ccab5c644aafd179d 17 0.00/1.00 vMB 61
175,239 175,239 0000000000000a024374328d900d5de8bfe16f0de8cfbd264b514fa2691ebcba 68 0.03/1.00 vMB 149
175,238 175,238 00000000000008d42e7612d93ad95353633b5d06c9575b50bd1efd7f16adad4c 51 0.14/1.00 vMB 77
175,237 175,237 000000000000058213a9e0f4dbb876d7c1ca3dbdfd8a002e3486e11adfb2a348 140 0.05/1.00 vMB 305
Previous 10 blocks ↓
Total Size: 781.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 646.02 GB
    • Received: 12.80 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.