Loading Tool

Explorer IconExplorer

Memory Pool

78,751 transactions
29.18 vMB
0.11927984 BTC
Random Selection Loading Transactions
Max Size: 175.97/200 MB

Candidate Block

Mining Attempt 6ead10a043c005067b881a2306925fb5657ab1691b64a4b8eab39ff777c31deb
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 0a1271571d22308b3bbb8fc72cd3715d0c038e8fc4347d17220a7cdcb3d84ebe
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,124
Size: 1.00 vMB
Total Fees: 0.04318807 BTC
Feerates: 150.80 > 4.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (538,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
376,737 376,737 00000000000000000f58335d60ffc38b213ecbf3f395a4c01331832e31c79237 1,358 0.93/1.00 vMB 19
376,736 376,736 0000000000000000107f6fe16f6d9466979c533a1e69fcedc7be89c8ae8fe382 1,638 1.00/1.00 vMB 36
376,735 376,735 0000000000000000076ccef0fae83ddbc12c588e5a398ccf08412620ed410055 973 0.75/1.00 vMB 39
376,734 376,734 00000000000000000940be4302edd3dc4fd62010f837aea25700f52502fd5985 873 1.00/1.00 vMB 33
376,733 376,733 000000000000000010815cd363fe51f6e754acf187713ae254dd9d58ca2721bb 427 1.00/1.00 vMB 34
376,732 376,732 000000000000000009a2b404ace347b37b4e5de079938bc3273cd4fffd72d1f8 1,395 0.93/1.00 vMB 44
376,731 376,731 00000000000000001136d304b4ba3a8883585aaf6625066fb70c3f6f9c2552de 1,119 1.00/1.00 vMB 40
376,730 376,730 0000000000000000037384b49d3d2d3b9eb9df8877b698c6c7d64be110d8506c 1,458 0.93/1.00 vMB 42
376,729 376,729 0000000000000000118735362060f3cf4935fe1cae6c80731b20d4d8d7bf0a55 1,927 0.95/1.00 vMB 39
376,728 376,728 0000000000000000030fd8fb13a0d3e878ca33e6881e5893213858f554786a07 541 0.26/1.00 vMB 56
376,727 376,727 000000000000000003486b3e8c503dd6d3f352199c1d334819a9f346ce6c27e3 1,488 0.74/1.00 vMB 37
376,726 376,726 000000000000000000b9a97be5b0af1283c6293d73bbcfb20609f3d2811c29dd 161 0.09/1.00 vMB 33
376,725 376,725 00000000000000000cebb160009e62df09e756b530b85d9ff0de35672e1ccb16 1,000 0.54/1.00 vMB 38
376,724 376,724 000000000000000009d38e539058b8f8f45a5551572e554f8c04ddad6e93b824 237 0.28/1.00 vMB 31
376,723 376,723 00000000000000000c4325bc22e2bfa7ea9618539766c71ad460b1b9d7e95d9f 1,115 1.00/1.00 vMB 18
376,722 376,722 000000000000000002e9a64682c88d643b8be4bb63335436c252f8baeb30b757 1,541 0.93/1.00 vMB 34
376,721 376,721 000000000000000007139dbce693776e836cf1015b9c71d2e6dd0f1d1dc34ed2 2,330 0.75/1.00 vMB 59
376,720 376,720 000000000000000007d7ddce0865f6de4c043e203baf4604509f865a835e1a47 554 0.31/1.00 vMB 32
376,719 376,719 00000000000000000157c4872c2bcae9e1f2ea460166fb422b8a6cf58fee01ff 97 0.05/1.00 vMB 34
376,718 376,718 0000000000000000122a018cbeab1f5c910f261fced654139934897b132e2c4d 286 0.14/1.00 vMB 39
376,717 376,717 000000000000000002a8d72a9fb8e07a8799334f171c7fee27974654c3a9ce84 382 0.18/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.