Loading Tool

Explorer IconExplorer

Memory Pool

73,528 transactions
28.31 vMB
0.07508676 BTC
Random Selection Loading Transactions
Max Size: 167.51/200 MB

Candidate Block

Mining Attempt d0f509dc8be42b36dc3ba1ba370c58dcf1f75027b9f66deb7341a763b238e2b1
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 99883a372ecf0fc85d951310103786faeb9079c56781bd509fc9bc977aad837a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,743
Size: 1.00 vMB
Total Fees: 0.01841848 BTC
Feerates: 150.86 > 1.85 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (247,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,265 667,265 00000000000000000000f5015adfe015dcb8736d41a545d10ca8f8107fc51fe7 1,979 1.00/1.00 vMB 16
667,264 667,264 00000000000000000004911dc184951cbf8d58f3a2b7be758ca53cba6606f49f 2,040 1.00/1.00 vMB 47
667,263 667,263 0000000000000000000543db87c1afef6520bab9007c70052647005feb7d9547 2,061 1.00/1.00 vMB 19
667,262 667,262 000000000000000000077f603f8e758a03f262566f7ad5177dd3ee6abf110d0d 1,891 1.00/1.00 vMB 56
667,261 667,261 000000000000000000051c89c6d994a372ff6c94cfff1325bbb3c5e11f94c0ac 1,967 1.00/1.00 vMB 42
667,260 667,260 000000000000000000050ff37ada17369828a886d478bd504b41cfedfa5f2aff 1,320 1.00/1.00 vMB 19
667,259 667,259 000000000000000000032194b6c20dd7b71bf5905bad49da333c5fbada6d7367 2,274 1.00/1.00 vMB 54
667,258 667,258 0000000000000000000ba5518e312f6b32927f8861ee5cbe2b7caeef00dd61d4 2,780 1.00/1.00 vMB 93
667,257 667,257 000000000000000000056380c96561c4d0a6f462e1dc86ab1194a283841e3c7b 2,054 1.00/1.00 vMB 23
667,256 667,256 00000000000000000001d1c06e87fb27e95e4a79aef0b4a3639adfe13c18b026 2,108 1.00/1.00 vMB 26
667,255 667,255 0000000000000000000a3bf87387386b878465e7b47a330a2bb4156db8d21f46 2,230 1.00/1.00 vMB 31
667,254 667,254 00000000000000000004a758e95bc68f92131676ae1957acb28d183ee1079b54 2,108 1.00/1.00 vMB 55
667,253 667,253 0000000000000000000b7d9e4e046793d81d39c58d26574736809db3d72b4c04 1,207 1.00/1.00 vMB 40
667,252 667,252 000000000000000000070a677b0e6b2795018ddf87b0e60d8f86a26a86c0e705 2,260 1.00/1.00 vMB 44
667,251 667,251 00000000000000000008743f7a0fac181a82fb12ec1a663d8c531ef66f814a7b 2,688 1.00/1.00 vMB 51
667,250 667,250 000000000000000000045fd09b0b057325b71c6d05a3b2213bc7b732a7c64840 2,107 1.00/1.00 vMB 69
667,249 667,249 000000000000000000059a77ba42fe075d0ca63791989afc007c813a1422cd00 2,219 1.00/1.00 vMB 101
667,248 667,248 0000000000000000000be908bac4517b04a23571fd52d8d43998db32fbf8b29f 3,357 1.00/1.00 vMB 43
667,247 667,247 000000000000000000075443144a666b379e60a5b555360078c36f1779e3395d 2,122 1.00/1.00 vMB 87
667,246 667,246 00000000000000000004e32b108b528b42b9a9da1bd5532d73682f2c37b223a9 1,745 1.00/1.00 vMB 51
667,245 667,245 00000000000000000008506f3527d84f83d0a2b18c0ffa2ef4b5f997663dcb8c 1,968 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.45 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: 666.82 GB
    • Received: 15.22 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.