Loading Tool

Explorer IconExplorer

Memory Pool

89,104 transactions
23.62 vMB
0.08553906 BTC
Random Selection Loading Transactions
Max Size: 159.85/200 MB

Candidate Block

Mining Attempt ec5bf419c6ea3a49b54f718a26bd2cb8fde0881ddcf42f318bdc395a068b39aa
Version 20000000
Previous Block 0000000000000000000183cf8c5da956f11adbd95910bb26778c0d75b6eb3e0f
Merkle Root 568f7dcfc3fe6a9e9e0f279efe3941e977e4a298c71eacd640aa9696abf61d01
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,174
Size: 1.00 vMB
Total Fees: 0.03092996 BTC
Feerates: 300.00 > 3.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,892 (828,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
87,837 87,837 000000000005eaf5ed9c597796118b1533f597f3bab5be17df11fd3a9b52d4a0 2 0.00/1.00 vMB 0
87,836 87,836 00000000001e75f75fc91a0fe58c2d6b03225eaf3fd52e0d4f6c231f26414f82 1 0.00/1.00 vMB 0
87,835 87,835 0000000000018c4ccdc3d9859b164c4b2e3ffb33a6a7d997f02cc814eac3a2f2 2 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.