Loading Tool

Explorer IconExplorer

Memory Pool

39,135 transactions
20.08 vMB
0.08053137 BTC
Random Selection Loading Transactions
Max Size: 110.06/200 MB

Candidate Block

Mining Attempt 9c6cafc984d82e433860cf5f09653cba1bbd512fd930059f74217cb1c39d254b
Version 20000000
Previous Block 000000000000000000018f69ae29df7c79914fb88c88e7aedd8580e0842811ca
Merkle Root ce2f3900bf8983c4c77a0b54ae0bb19c7923023e9d657b7b124859a6036675e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,445
Size: 1.00 vMB
Total Fees: 0.03934245 BTC
Feerates: 636.23 > 3.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,915 (741,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
172,858 172,858 00000000000001614b37b40d81c77bffc7426da0a10028e36e8dbc7b432503d1 38 0.01/1.00 vMB 9
172,857 172,857 000000000000019caeea08f8ce0873f4e662c1736ef800412fe64541111bd1d9 59 0.05/1.00 vMB 267
172,856 172,856 000000000000013fc2d83af27503d677f5ddd6f7bd0b178eb69eb81154f34746 85 0.03/1.00 vMB 23
172,855 172,855 0000000000000b01fecb2b70665b3c87d2dce0b5de6c60989bf561dfb0be7063 29 0.01/1.00 vMB 152
172,854 172,854 000000000000064affb66bbf3132e8168e2eeb9c7cd42c74bb7c47e99b57b9d0 30 0.01/1.00 vMB 128
172,853 172,853 00000000000000f5848ec0f8975304b5461061d07b590d9e055c5cd1aa7b15e3 72 0.03/1.00 vMB 48
172,852 172,852 000000000000098105a19df50c21abf227b895d5fbac0c28c2f7ae26ecaa0299 22 0.04/1.00 vMB 75
172,851 172,851 00000000000009c0ac5c9a9145553467e1add78404221f442f0993027b2b7560 80 0.03/1.00 vMB 122
172,850 172,850 0000000000000590d747e079dd1f1fb80346d4c6d23d9a2d56f125be6a9ade7e 37 0.02/1.00 vMB 69
172,849 172,849 000000000000076dd778389f130b81237be78b1c615e0aedec3702368b9f4262 30 0.01/1.00 vMB 37
172,848 172,848 00000000000007c0934aef4917aa2a52a99e618d1ddfb2e8f41408f5fd65c53b 29 0.02/1.00 vMB 84
172,847 172,847 00000000000009f03448afd6fa75dfb081f6772798e311aa75900046e0ffb66c 82 0.02/1.00 vMB 137
172,846 172,846 00000000000000d5e6f66b7010211e69521a8a5309117f7215528f3b4119a7e6 55 0.05/1.00 vMB 98
172,845 172,845 000000000000058fe0024d1c9145d2dd003604852b9e74e45b330e4ac3f4c0f7 59 0.03/1.00 vMB 275
172,844 172,844 000000000000020849c2089578d5c8259c71aa37c7a0ebdfbad6babab2714200 24 0.01/1.00 vMB 452
172,843 172,843 000000000000059a5cc7b56ae288389b4275287f777515edd6360283c3e7158a 6 0.00/1.00 vMB 87
172,842 172,842 000000000000099a8b252077d823d379a4ed3c3483b57965eddd00f3c4b6376c 6 0.00/1.00 vMB 41
172,841 172,841 000000000000092d130dced53b8224e7db5b3fd0e8c0c370fdd07300c72a3c59 26 0.02/1.00 vMB 46
172,840 172,840 00000000000004b0b5182311a339ae61dc609f6259aea7563cea8a026464983f 1 0.00/1.00 vMB 0
172,839 172,839 00000000000004c452433efed8fd117eb4cf34e32acd8aeb4b13ee829f6bcd3b 117 0.03/1.00 vMB 81
172,838 172,838 000000000000014ad1c6165f34ff38ab53bcaba43d0735897d1e5b16bd18dcb3 21 0.01/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 780.46 GB

Node Details:

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