Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,309 transactions (0.45 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,673 000000000000000000022cb30000000000000000000000000000000000000000 0.44 vMB 1,298 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,672 (874,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,690 34,690 00000000679e2e39771dcff9cb090ebe4e139f59a19d3781edab97ed7f5d988f 0.00 MB 1 0
34,689 34,689 0000000003308c29447416eba7121fc9a3f17d48f0dfb53408faf7612291a3ed 0.00 MB 1 0
34,688 34,688 0000000073273615456bb6f4c24ed807763c4cec46acb943ffddf63fa7546697 0.00 MB 1 0
34,687 34,687 00000000a13b58d9371ece391864963a5ceb6505b17cb78f8a05884303cd80f4 0.00 MB 1 0
34,686 34,686 0000000093107e96101e32de3af4dcef5cc67f442e326b2e25bb263ffb68b7e6 0.00 MB 1 0
34,685 34,685 00000000a420b0a159c2ed46397304451a801008d9809811b01e1f50be802428 0.00 MB 1 0
34,684 34,684 0000000078eeddbce5c814c1dbe8f567e76d1215b8a6c136f3224d4e40019658 0.00 MB 1 0
34,683 34,683 000000009ce15ebd7d9c15e01d2c23eb9f36933a316f53c48cb4ad1922317d6b 0.00 MB 1 0
34,682 34,682 000000009c17ee910e9cc850ab58ff0ec0277779021f59dd40236c05d7a69e40 0.00 MB 1 0
34,681 34,681 0000000075a5783fbed38a1173c63a982182246dd080d73087d18a9e5a66ff67 0.00 MB 1 0
34,680 34,680 00000000bbc45601ca2486ea8346d38091ae249673e0358c105cc13c83b77db1 0.00 MB 1 0
34,679 34,679 0000000033a8b8dcd5ee83538884cd27be892fa3100d976daecf215ff5173e72 0.00 MB 1 0
34,678 34,678 00000000c1bb652ec59baeb3937014672f8c021fb07b7d74c423aeffe9f7ed18 0.00 MB 1 0
34,677 34,677 000000000bd723f9eab4a2ee6d70b2777d22910c6c1d315426539a3d71b347b7 0.00 MB 1 0
34,676 34,676 000000003722c735cb2ad315c4b65cd322c1eaefbb035cb484aa5e65aed3f660 0.00 MB 1 0
34,675 34,675 0000000077763edb631d30124a1269a01a0456ffd35a79ba39e219e4b9179538 0.00 MB 1 0
34,674 34,674 00000000883b673f01a79aed58ba6c2cc3010e2d84a4da51c4c01d6ba5787933 0.00 MB 1 0
34,673 34,673 0000000090b856fe4ba092a60b900c874fe9e19196a6c472fa49e03ea17dd235 0.00 MB 1 0
34,672 34,672 0000000035e476330d5d1bb64d65f3678a1c408f9aee97c65430d037d9a98ba9 0.00 MB 1 0
34,671 34,671 00000000752a15f4e2abe0c18f38d417fb87c3b2f782c8b1e71376732fa8a400 0.00 MB 1 0
34,670 34,670 000000003820672c51c51a10ef71136a36f80cc6d8aa08fd7522fa99c65b4439 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.80 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,137.97 GB sent, 112.33 GB received

Notes

  • This page updates every 5 seconds.
  • 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.