Loading Tool

Explorer IconExplorer

Memory Pool

28,136 transactions
24.50 vMB
0.05144519 BTC
Random Selection Loading Transactions
Max Size: 120.90/200 MB

Candidate Block

Mining Attempt 2421faedc74c799f652c04adfae2b0caff1a254f60179fdf9a2f039f59c9364a
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root 4bb6210c3f6f230a9df5046969420b06471ce571563c52917f1a5bd0d3fbf22e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,604
Size: 1.00 vMB
Total Fees: 0.00801422 BTC
Feerates: 73.20 > 0.80 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (339,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,855 574,855 00000000000000000014d8f5a8fa3a19efab8a55e2be19cbc0cc20aef66effbd 2,311 1.00/1.00 vMB 58
574,854 574,854 0000000000000000001c9923f33e21e7eaa25437300930fcae0872e793c8592a 2,379 1.00/1.00 vMB 70
574,853 574,853 0000000000000000001746edb38f1941d38b00b204a86a64de2b190c84b6248d 3,084 1.00/1.00 vMB 64
574,852 574,852 0000000000000000000c6b6a973e8db46ac46f861525a853f67ae3e3e127d6c6 3,096 1.00/1.00 vMB 61
574,851 574,851 000000000000000000154c488df4d6279533715857addfd64550c253c10df486 2,890 1.00/1.00 vMB 94
574,850 574,850 00000000000000000016817d08baa5a6f43599e0546c59317cceecf6639d614d 1,319 1.00/1.00 vMB 64
574,849 574,849 00000000000000000018edac64b16e4937ad91e0783548d17a974f5d9a06d96f 2,236 1.00/1.00 vMB 95
574,848 574,848 0000000000000000000411d764db0be06bd717724136dc6ac66df4e80b3f6b4d 2,247 1.00/1.00 vMB 44
574,847 574,847 0000000000000000000bb116f106c3297471373b95ca1277956c38a53766c6ab 2,020 1.00/1.00 vMB 39
574,846 574,846 0000000000000000000e1044baad231fd82f7d094b5886ec3d8a46d2a9543bf0 2,790 1.00/1.00 vMB 70
574,845 574,845 00000000000000000017e2337e52acdc1069d2551c018935eb1ec5719e89c7e3 3,148 1.00/1.00 vMB 77
574,844 574,844 00000000000000000000877917f539f4cbac0ce9c8ec38ff7c66b949f7cc287a 2,079 1.00/1.00 vMB 55
574,843 574,843 00000000000000000011304b2c084371945880861c832c8cfb7c4df1bdb98486 2,591 1.00/1.00 vMB 38
574,842 574,842 00000000000000000006ae2304bce600c49d7ce62bbf871aa69e9634b9d1efdb 2,902 1.00/1.00 vMB 72
574,841 574,841 00000000000000000012f0cfe0a43eb27914a1a09828d409bc8ceb34e044269f 2,322 1.00/1.00 vMB 5
574,840 574,840 0000000000000000000dd42bd624efb0a1cad96c385dc27b825e8b4f47ef657b 2,370 1.00/1.00 vMB 30
574,839 574,839 0000000000000000002339a72a5558cf2bfcd163ebb464f9e69d33eeb6070fdb 2,093 1.00/1.00 vMB 14
574,838 574,838 000000000000000000292c70be4e057c62a5f13f013a77b577fa11bf6b23b77d 2,721 1.00/1.00 vMB 59
574,837 574,837 0000000000000000000418898a097fdbf0f70c75e4b09ba40a7589afc2f17cd0 2,733 1.00/1.00 vMB 28
574,836 574,836 00000000000000000026ee56cecebaa423bceb4dcdc721ccd775835a15daab4b 2,713 1.00/1.00 vMB 60
574,835 574,835 000000000000000000038ec8f80b65bf8a34e09dbaa09fb4f0559fc13ec533ec 2,304 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 781.86 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: 641.85 GB
    • Received: 12.53 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.