Loading Tool

Explorer IconExplorer

Memory Pool

26,998 transactions
6.96 vMB
0.05625945 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.12/200 MB

Candidate Block

Mining Attempt 7039b969ce93946892d7bf26a7865e91931c0176ce92ea35321a2c12f45daa7b
Version 20000000
Previous Block 00000000000000000000f0f8cdddaad53176e3bccba4216d36f8bd37433b7869
Merkle Root 244fb0a5d2325deb6e12e730250610892dbd7d8992df0a5796b04e96f26016df
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,830
Size: 1.00 vMB
Total Fees: 0.03398809 BTC
Avg Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,002 (771,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,376 141,376 00000000000000f28e129bb2ce83103b18e99813e9a317dac1642abc867e8748 0.00 MB 4 799
141,375 141,375 000000000000043cd7e2c236b3536ffea1f27ea090a20de4b55eddf9de7c5413 0.03 MB 72 88
141,374 141,374 0000000000000358ba46bd5b19541291328d753554ae334c0823b581735ee10c 0.00 MB 5 0
141,373 141,373 0000000000000792d32a07c679a15f5534f129bf41d91832c4749074a671c804 0.01 MB 18 396
141,372 141,372 000000000000012ecaeb70da92f4456e39dcb0094288b572771d47c6f4db5c9a 0.05 MB 158 46
141,371 141,371 000000000000035410dbd80717e9f40b210acca61bc4e95e520efbc013408e5b 0.01 MB 3 254
141,370 141,370 000000000000079e917f4437821bbf25ad1ead9ea9f364edd8d7e327dfa986af 0.05 MB 167 128
141,369 141,369 000000000000064668c4b195574016aa506ba9c2954f696d65007bbaadc41a79 0.03 MB 62 311
141,368 141,368 00000000000003fa692a1b3876ee4feb41bf17487923f3d3c941a0351e07a7b6 0.02 MB 43 463
141,367 141,367 000000000000011c1170bece3a1cbd61019796159108cf5313bc95664338f330 0.00 MB 9 16
141,366 141,366 000000000000057c0a866ce35691b4f96a71522a19b0a30ea75dc6da4f782578 0.05 MB 131 200
141,365 141,365 00000000000006612a71c945e490449995a5edf75314b847a8dfa06d11651493 0.03 MB 59 290
141,364 141,364 000000000000065fa31297482494773352a35ee84cc4f7542036e0f32bfb337d 0.00 MB 14 788
141,363 141,363 00000000000008f6af17150c8078a4c7ee8fb3bdf3fdf0b711946985b9cc2bda 0.00 MB 1 0
141,362 141,362 00000000000001fa84053006027cee43b30e8ab876542116b30e1aaeebf67e2b 0.02 MB 31 470
141,361 141,361 00000000000004e822d9cee1cd58eea5a2eb05c510fe46510707ecc1351ec082 0.00 MB 6 34
141,360 141,360 00000000000007ba9f6ab2b69b06ea576f6ffa5bebfe9ebbc7856d26f3af6c0d 0.01 MB 10 34
141,359 141,359 00000000000002ffc9a773f3135718bb5f3b2344012fd7f5bd9b2c1650e74e38 0.05 MB 167 12
141,358 141,358 0000000000000690af71e5fddf23ea491aa60429b4bdda434ed73d9d0c662ef8 0.08 MB 183 199
141,357 141,357 00000000000006fe6af97b74a88f8751b7a3e4f2488bf7556c2fb185e0bcff79 0.05 MB 70 170
141,356 141,356 00000000000004b3c3ca22001a04bb54618237c85a18836233f821251dc568a5 0.05 MB 112 213
Previous 10 blocks ↓
Total Size: 778.84 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: 383.01 GB
    • Received: 3.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.