Loading Tool

Explorer IconExplorer

Memory Pool

85,300 transactions
26.38 vMB
0.15649087 BTC
Random Selection Loading Transactions
Max Size: 166.32/200 MB

Candidate Block

Mining Attempt e241f778e9457126e9b5714103fc0a58b725b44930c99adfa34c28b00c5129b5
Version 20000000
Previous Block 000000000000000000009c45c809cf8ca230f740617a448d800f8489917ad16e
Merkle Root 110d7b7d504f6e23a8ee766641d7f7ab1cea543c35c6e83bcd58aa72f8868b90
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,913
Size: 1.00 vMB
Total Fees: 0.03970349 BTC
Feerates: 150.75 > 3.98 > 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,653 (853,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
61,763 61,763 0000000005d51d2208b695db3304eaebb5c37bb08cf24ce9498f2b9182c99450 1 0.00/1.00 vMB 0
61,762 61,762 0000000004914797f2b444076d86a090987fa6cea1894f97ac46a18ae5feedf7 1 0.00/1.00 vMB 0
61,761 61,761 00000000033dda100f35559f3e841dd4274c90440bc57cf46518ca2ba81902d9 1 0.00/1.00 vMB 0
61,760 61,760 00000000036e9c7382d284c48b720dec3ef22cad7c129c21981995d3d8456397 1 0.00/1.00 vMB 0
61,759 61,759 000000000399b672b7a5ef73084f8dcf92e84610e31779e27b38456adfe43296 1 0.00/1.00 vMB 0
61,758 61,758 0000000006f682249a47fe5043df6eb15edf6261e5d94fe73df9a8d475311dbe 1 0.00/1.00 vMB 0
61,757 61,757 0000000000a906b06593bc98bf2cb9e10c518e53c592067adb5ed6380c089e22 1 0.00/1.00 vMB 0
61,756 61,756 0000000003378418f8f3528ef857f5c1589ce800459606f63d2576bab80e6856 1 0.00/1.00 vMB 0
61,755 61,755 000000000c219c78078b3586678cd7a0c6e3e3949f8b0c6b42887e299e1dfa0d 1 0.00/1.00 vMB 0
61,754 61,754 0000000001ab0bd324a44a7a0e5dfd6aa085267d16349a52e29f4d88cc2d4ae4 1 0.00/1.00 vMB 0
61,753 61,753 000000000c03c807f6c6eafb793cc5e7b874c9119f37751b558b81d21be5c904 1 0.00/1.00 vMB 0
61,752 61,752 000000000ab68a202417b7e26d2930c65e09ea8dcb010572784515ee0256b599 1 0.00/1.00 vMB 0
61,751 61,751 000000000e14bd67767600b30f2cb3c6722837f7ea8ca6acca1b86bb49af0636 1 0.00/1.00 vMB 0
61,750 61,750 0000000007a2436985a38cec38e874d052e6b25661b9f0e95f2490b70e5d90cd 1 0.00/1.00 vMB 0
61,749 61,749 00000000027388d491c19bbfd2d8948196f62b86dcd637e96d911c022fd0b7d3 1 0.00/1.00 vMB 0
61,748 61,748 0000000000c5c1820c5992192f25a6bded2d533c6b213ae0c0a08e052f9ebc61 1 0.00/1.00 vMB 0
61,747 61,747 0000000009e8e6c7963093fbd7af238df9d0c8b35bb983d2e5860229c4a52218 1 0.00/1.00 vMB 0
61,746 61,746 000000000d97ff255dcdae41f6594be9251a56c3f243cf3526f1a7f7c487ae9e 1 0.00/1.00 vMB 0
61,745 61,745 000000000b2d6c11ef380d94d30372553d4857468ae847daa203ba590ceda324 1 0.00/1.00 vMB 0
61,744 61,744 00000000037082d234b3a07260c93a31cc68ae54a2fdf77fa97bb356af908800 2 0.00/1.00 vMB 0
61,743 61,743 000000000834e0c83359ec1287458e3116787f2b900a52e9b641f152695c275e 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.52 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: 773.32 GB
    • Received: 20.51 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.