Loading Tool

Explorer IconExplorer

Memory Pool

82,216 transactions
30.57 vMB
0.07870652 BTC
Random Selection Loading Transactions
Max Size: 187.40/200 MB

Candidate Block

Mining Attempt 6faa47d56ffd963f0d7243a81a7e73f4ac07cb42efc423b82f032dd6ff3f1478
Version 20000000
Previous Block 00000000000000000000599ffa7594ca7b7c93921a5215018868e1d83bfecfed
Merkle Root 8726a0e63548b3e9eb653fdd61cc7cfed8c88917532a27049582b15f48e275ae
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,534
Size: 1.00 vMB
Total Fees: 0.00996723 BTC
Feerates: 40.21 > 1.00 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,367 (112,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,880 802,880 0000000000000000000357896647195522772c166493a410f11e3422857decf8 3,492 1.00/1.00 vMB 10
802,879 802,879 00000000000000000000c3693ede772107e7c08670f8f9f78a1560f5a504fb2a 5,140 1.00/1.00 vMB 9
802,878 802,878 0000000000000000000138ee61a39ccb6d5d473d3c948f2543e62f1ba40fa70a 5,300 1.00/1.00 vMB 6
802,877 802,877 0000000000000000000459f40018d30be07ab18e5ce355d590a9419bfb06ed09 3,937 1.00/1.00 vMB 8
802,876 802,876 00000000000000000005541fd2d4a1851a23b92c93690a0b2bf56de06c6fcdac 1,860 1.00/1.00 vMB 9
802,875 802,875 00000000000000000001b865fa58a4bc5c2886a8f8b46663789589e64c652eef 3,393 1.00/1.00 vMB 18
802,874 802,874 0000000000000000000225c3aeb50099708ef2d05e244d54cf67e28192746bc4 2,208 1.00/1.00 vMB 10
802,873 802,873 000000000000000000039d26f99d515865e5e1c6c193ed0949cee1c3b74a7fa3 2,385 1.00/1.00 vMB 15
802,872 802,872 000000000000000000039d60edec4e5981c3261dd2de7cf6c7bdc7dac508fb95 3,241 1.00/1.00 vMB 19
802,871 802,871 000000000000000000036107e927f339daf3e3bf7d7489c48dfce617caa191d6 1,876 1.00/1.00 vMB 13
802,870 802,870 0000000000000000000253efdb1e8fa3744752d5daf0e9e1e1ef83b67b1346a1 2,588 1.00/1.00 vMB 17
802,869 802,869 00000000000000000000ad787bbf6c94c50b7c4075732c6b17ef38a91556a023 3,368 1.00/1.00 vMB 11
802,868 802,868 0000000000000000000136f33e3ba4a6fdeb1aef9df99275b70ed678cbd25d5b 2,164 1.00/1.00 vMB 9
802,867 802,867 00000000000000000001812eae80f8e4ab443d6b98fae8d9356a9217492ea986 2,684 1.00/1.00 vMB 10
802,866 802,866 0000000000000000000512df4ec148973d5180c556af510af07ca7619301f57f 3,405 1.00/1.00 vMB 19
802,865 802,865 00000000000000000001a6cf364a4ce43a48661e42751b200bf7c3909910a2dd 3,174 1.00/1.00 vMB 21
802,864 802,864 0000000000000000000362540c9d75ab2e0dd7a77b37c8107a55fcfbba94a014 2,750 1.00/1.00 vMB 17
802,863 802,863 000000000000000000026780f6f8027e20c0923c799ba81dfad52778fcb1a490 2,272 1.00/1.00 vMB 11
802,862 802,862 00000000000000000003d11d7a11ddb8fdfd1e727e54661b3042d06836291752 3,415 1.00/1.00 vMB 15
802,861 802,861 000000000000000000039529f692a1592bfc1da41a5dcc00a4ac832c97f243a5 2,236 1.00/1.00 vMB 14
802,860 802,860 00000000000000000003237c8ebba8df4a972c61f5ce5258e0423bcce2b0fc90 6,284 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 783.03 GB

Node Details:

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