Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,617 transactions (0.99 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,611 000000000000000000022b910000000000000000000000000000000000000000 ago 0.99 vMB 3,614 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,610 (298,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
612,635 612,635 000000000000000000021f270da0453e5983bbb28d017d50c21323cc7f99e04a 0.29 MB 648 9
612,634 612,634 0000000000000000000c438e47efd9872ff7095173e9df32575db3ab380fdca2 1.19 MB 2,127 11
612,633 612,633 00000000000000000003a5690130a48338a6a4c2d91301f35a9f1530a15e402b 0.01 MB 33 25
612,632 612,632 00000000000000000000bd66005b5d188dfdcb7bdd6a7995e44bf7b37880d978 0.38 MB 897 15
612,631 612,631 00000000000000000007c48b0d81769a7579f19442d28a0b1f8766a5c3671f4c 0.46 MB 940 3
612,630 612,630 0000000000000000001323a63bd1edf1ffcf8410aaadd71ab63d3d793f636389 1.31 MB 3,059 8
612,629 612,629 0000000000000000000999925ca99f1d2b1b58f5d720945cf1308cc8975b3d96 1.08 MB 1,910 3
612,628 612,628 00000000000000000012e064b18743d2c914730669cf874987536ddf6efcd4c9 1.30 MB 2,725 20
612,627 612,627 0000000000000000000b3033e17cf0fff0bac38d99f9e0460e0160ff5d1b0b6d 1.32 MB 2,880 19
612,626 612,626 0000000000000000000b4a97b6d75c6a33821e2e432c53c5a51c523e06c3f10b 1.28 MB 3,132 29
612,625 612,625 000000000000000000007363d88c949f0627bcd563e1c91e36f6e58dd8c903fc 0.64 MB 1,658 13
612,624 612,624 000000000000000000047fced001e8c1902b30759ddc3e2add01c6d49accdd59 0.92 MB 2,256 12
612,623 612,623 00000000000000000003907623592c25235ded43585ee7e997239a90a2102a15 0.39 MB 1,075 11
612,622 612,622 0000000000000000000f1fd275cdd9b3ca75017054c53dfebe8a78974e99535a 1.11 MB 2,212 10
612,621 612,621 0000000000000000000de277e1772ada97eee5103145d2ab4f94946d3d8b5bcd 0.03 MB 88 17
612,620 612,620 00000000000000000003444a5e59b80632f94c2486b9b54578e668105d10904a 0.11 MB 210 7
612,619 612,619 000000000000000000140797d77e5ce8ceb6d8aba52c06777434bd4c07969bee 0.68 MB 1,610 19
612,618 612,618 0000000000000000000d2db9e0536bd2b75e7680d4d21c2d8b5b0b04913cf802 0.38 MB 775 11
612,617 612,617 000000000000000000058fda7add89c488d6d171da44f27ab53870ba4dbb14dd 0.45 MB 908 16
612,616 612,616 000000000000000000020a9c70c41cc4a0d29029428f2b9c212bde1c38ea4cf3 0.38 MB 713 12
612,615 612,615 000000000000000000121cfd38fbdb5f8bf96cc96b8c4e647a369e6bad8267a6 1.03 MB 2,125 11
Previous 10 blocks ↓
Total Size: 776.36 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,420.35 GB sent, 130.46 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.