Loading Tool

Explorer IconExplorer

Memory Pool

40,024 transactions
28.13 vMB
0.09228209 BTC
Random Selection Loading Transactions
Max Size: 144.31/200 MB

Candidate Block

Mining Attempt f8e0a3d793005820835d7fd3f8dcceb4d591bdf88576efb5cb84716d5d478bca
Version 20000000
Previous Block 00000000000000000000a2833e25ff8072c95c49998417fbb6c6e04df9e293aa
Merkle Root 9ac72bb15be37d3cc6e213eaaef8d78a50a86477e965e7066f28c956ecca3a02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,387
Size: 1.00 vMB
Total Fees: 0.03361655 BTC
Feerates: 402.11 > 3.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,272 (900,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
13,895 13,895 00000000f87641537c7fb0d40edb290b34bc89f338bb58ed9877a70574169adb 1 0.00/1.00 vMB 0
13,894 13,894 00000000e6857f4803aee30404a3b9833181fae244e5cc96885d52a58ed319e4 1 0.00/1.00 vMB 0
13,893 13,893 00000000262661aa238f779eb6c837bf4e0b7522dcb65dd51e259b12eb41f5d4 1 0.00/1.00 vMB 0
13,892 13,892 0000000091467ee5e322234820c12531a07761813418481a0a126fb42518f0e0 1 0.00/1.00 vMB 0
13,891 13,891 00000000fa632e215ed5bb67721391d094400260995eab6bcd0a27c01351a1cc 1 0.00/1.00 vMB 0
13,890 13,890 00000000edc21ea2b2f68453d0750129e3f815dad3f28c746c700d7d4fa57ab6 1 0.00/1.00 vMB 0
13,889 13,889 00000000b4ec7a38d98af46f6c853a6c2147376453bd29e25034403a9fdcd833 1 0.00/1.00 vMB 0
13,888 13,888 0000000096c758ad0d319df48048963d9026d7aaf24ec7c08a03fa1c612831c7 1 0.00/1.00 vMB 0
13,887 13,887 00000000c876de30a0ddb762a3494d634c49b2cbe64975fa9a3a90bd06c703a6 1 0.00/1.00 vMB 0
13,886 13,886 00000000ef82845633431d48bb6da38b3f20e7794308e7f76ca2909e150b5907 1 0.00/1.00 vMB 0
13,885 13,885 00000000d539a03bda5f8d46c16288ef76fe65e0ed9edb2745cd3ffcbea51258 1 0.00/1.00 vMB 0
13,884 13,884 00000000fa4b342519324ed76f2406ff6b3309a07aac441347cab1f111dd81a6 1 0.00/1.00 vMB 0
13,883 13,883 00000000a5ee8df5e8f215a5364fc560cff9fc179bbec3def7e61f0e8651d342 1 0.00/1.00 vMB 0
13,882 13,882 000000000f3b99def64f343374222a3021be0049683eebe901a0dc99549565ff 1 0.00/1.00 vMB 0
13,881 13,881 00000000c402122d7949be01ef8c49afcb9fba4442c3266a6a989864d9172166 1 0.00/1.00 vMB 0
13,880 13,880 000000008c823f08662f5ef8dfc1ad4ece7f7f38b59ef8debb943555208a2ae8 1 0.00/1.00 vMB 0
13,879 13,879 00000000dfe387d9a3165742b634bc2628afe36dbe131993b46f1a9e33711576 1 0.00/1.00 vMB 0
13,878 13,878 000000003a95ca30edc81dd1c268fc9d26596dab5c5e771f5a5539db1e467af8 1 0.00/1.00 vMB 0
13,877 13,877 00000000a8da3cb54420a9127d39ff8cda4b993e2a1457c2fb35c3c09c1751fc 1 0.00/1.00 vMB 0
13,876 13,876 00000000f70614715a71d1dfceea01ee2d2d8a5659f6dde225c8dc9e72a48d0c 1 0.00/1.00 vMB 0
13,875 13,875 00000000e0df76dca274c9ece389c57d4d6f1c59bf67946534ca6e664dffa0c6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.08 GB

Node Details:

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