Loading Tool

Explorer IconExplorer

Memory Pool

44,821 transactions
26.91 vMB
0.06816439 BTC
Random Selection Loading Transactions
Max Size: 141.34/200 MB

Candidate Block

Mining Attempt e08ad96116a11ea78e624789134cb4c6e5fb11bcedddbb3f090b77c88708f097
Version 20000000
Previous Block 0000000000000000000210106905380666cdf8219c37e0bb12d364b24b5bbe7a
Merkle Root 8abe33504a9ce32b65a9f80f27158b223340fd8e5fcaac6c52c6ddae83560963
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,560
Size: 1.00 vMB
Total Fees: 0.01817919 BTC
Feerates: 135.80 > 1.82 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,756 (106,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
808,342 808,342 00000000000000000004200c758653c5a7e8c0c4e0f246b915a1d4a6c66fffdb 3,739 1.00/1.00 vMB 42
808,341 808,341 00000000000000000004b2efc8c5d7fbd91d1ab317eb14be7361e4806a38d35f 4,714 1.00/1.00 vMB 28
808,340 808,340 000000000000000000001beb5bc2951c5dca619da6d4e3cdbb10d3f8fc4b6d01 3,325 1.00/1.00 vMB 41
808,339 808,339 000000000000000000019d1fed6c50cb89dea778948b91e22206a38ab4ba28b3 5,053 1.00/1.00 vMB 28
808,338 808,338 00000000000000000003e802744f52caccd602a0c1fec60e3ee5c16250e4423f 3,267 1.00/1.00 vMB 37
808,337 808,337 0000000000000000000239552dfa056d2bd6902f251c084a65dae59ca77ccb2d 3,113 1.00/1.00 vMB 46
808,336 808,336 00000000000000000000927bd2c843477fe72b84871c7f84d764f21f161a5114 3,475 1.00/1.00 vMB 37
808,335 808,335 00000000000000000002f244c8271e493109a914d81987092e1a0fee8c88bf4b 4,678 1.00/1.00 vMB 34
808,334 808,334 0000000000000000000213a5bfb0972ea1a44a895381bb0c4a4cdd5273eb87f8 3,928 1.00/1.00 vMB 39
808,333 808,333 00000000000000000004f56e0c8450599ac2d17d420c5d1fdecae1a60d2bb334 4,744 1.00/1.00 vMB 31
808,332 808,332 00000000000000000001a41673a6ed5e8eb87d79b51f8c7c93775b966c4bee4d 3,446 1.00/1.00 vMB 44
808,331 808,331 000000000000000000001be3c629e153e071f3d398a600303695a20bee47e398 3,506 1.00/1.00 vMB 42
808,330 808,330 00000000000000000001478d15551ce566767d4ef1e36dbe4065a8e250233c23 4,080 1.00/1.00 vMB 38
808,329 808,329 00000000000000000001dddf4cee1ef9aa740a471a74fb7f55ccb2c2385e00e3 3,846 1.00/1.00 vMB 36
808,328 808,328 000000000000000000050ab9828c41e9610133be375793e5e93be242c9ca3648 2,009 1.00/1.00 vMB 31
808,327 808,327 00000000000000000004dc000d6848dadce0f6047324069295a6fe05768cc365 2,708 1.00/1.00 vMB 30
808,326 808,326 000000000000000000023413dd6ecb61def56ae6cea5708d810be8e3ee2b7a94 3,373 1.00/1.00 vMB 35
808,325 808,325 0000000000000000000039f2dc4eded8e3fe06cfade0884880fa27e7279de8fa 4,875 1.00/1.00 vMB 30
808,324 808,324 000000000000000000016527a8e41a1c1ee0a0eccfa771ed45d174ea46259e96 2,191 1.00/1.00 vMB 34
808,323 808,323 000000000000000000030c349fad9e390a57da1f1db687b787e2bf83d204972e 3,365 1.00/1.00 vMB 35
808,322 808,322 00000000000000000002cda73c89bd7904b05c571f26327b09b1b726bfd52dd6 3,859 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 781.95 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: 647.35 GB
    • Received: 12.93 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.