Loading Tool

Explorer IconExplorer

Memory Pool

89,566 transactions
23.73 vMB
0.08907812 BTC
Random Selection Loading Transactions
Max Size: 160.58/200 MB

Candidate Block

Mining Attempt 82f7675d53be9005d974c1879176b2a8dca69c8fb4f87ac6e4ade23ab02bb1d2
Version 20000000
Previous Block 0000000000000000000183cf8c5da956f11adbd95910bb26778c0d75b6eb3e0f
Merkle Root 0006b69810969b4a8b6d5e4506ce7dcf50d2b647effc5b1e1020e08c3c541c61
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,231
Size: 1.00 vMB
Total Fees: 0.03333397 BTC
Feerates: 300.00 > 3.34 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,892 (828,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
87,858 87,858 000000000012eb6c266ca19e471ecfb8df2aa5c3811dcb03557c69ac1b9f2b17 1 0.00/1.00 vMB 0
87,857 87,857 00000000001a2abcccd36cc963f6cdf95397c1a0947ea19a33f321203ebda0a5 3 0.00/1.00 vMB 0
87,856 87,856 0000000000148bd6071d75200b2eeb55a79f896719e7a9dbe96cdab81fc5b3f6 1 0.00/1.00 vMB 0
87,855 87,855 00000000000856692c56e620215464b4816b2bc6948e369fcf57e170ab70776d 1 0.00/1.00 vMB 0
87,854 87,854 00000000000f2ba19fbb9bdaa4fc1ae329c4098881093c814078bcbf914dc78a 1 0.00/1.00 vMB 0
87,853 87,853 00000000001984e42e0263d9c435f70c47819d1d8d9a5d7c49ed9b30c22826a5 8 0.01/1.00 vMB 0
87,852 87,852 00000000001d56b1068b5b546da0111092a8d457d9d364e1b4f56a34caf571e5 1 0.00/1.00 vMB 0
87,851 87,851 000000000003acf9079e127d33eb0b68a442abca71b28b49eb523e60ab6d406d 12 0.00/1.00 vMB 0
87,850 87,850 0000000000099a724e24e4a7b31ef5ab50891b287b2d57bcd0d49247f46bb1b3 1 0.00/1.00 vMB 0
87,849 87,849 000000000014c30abfcfad99600758611cf7c4444213c15cffc4fabb614cd69b 1 0.00/1.00 vMB 0
87,848 87,848 00000000000ce9873f33f978bf630722055bc3373862f5966851f11db62e1b25 1 0.00/1.00 vMB 0
87,847 87,847 0000000000120059f94ed456cc73dbdb3b3db61fe49402048fd7b2423550aeb2 5 0.00/1.00 vMB 0
87,846 87,846 000000000010f636405ee8f1ebe0976409c7abf8089c344929038e1e8e9c5411 3 0.00/1.00 vMB 0
87,845 87,845 00000000001d9642c4325788b469b680bdb07af1b56c9b4f3373121511e654bf 1 0.00/1.00 vMB 0
87,844 87,844 000000000002469fd59555562f3c7deb8b09966d1995a44969b087e1eabef61d 1 0.00/1.00 vMB 0
87,843 87,843 0000000000008c40550a22159681b20e6a26c3ac8c0ba6bc2712f1a07271fd4a 8 0.00/1.00 vMB 0
87,842 87,842 000000000017dfca6d2dead734c8bb0ab0dd76b12161742eb5e874a402523291 3 0.00/1.00 vMB 0
87,841 87,841 00000000000e8a167ab351b5fb4e4ed80e518b0742ae56edc080ab863a45d9d6 1 0.00/1.00 vMB 0
87,840 87,840 00000000001be26145e85678d5270588602ae4f3c3d26fce5ce31e5cae7d5d37 1 0.00/1.00 vMB 0
87,839 87,839 0000000000047951400e7458222d63e1d35af638a2339737e50fd225ee98679c 1 0.00/1.00 vMB 0
87,838 87,838 0000000000146f0b19b433921439f700704152e0f09a5e098a9412b0bc39fa47 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.92 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: 797.05 GB
    • Received: 22.26 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.