Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,833 transactions (2.35 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,221 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,063 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,220 (875,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,951 35,951 00000000ae3db12078ae41fdf95533854cd82bd21cdbdff8dc4ad4f2e314cb88 0.00 MB 1 0
35,950 35,950 000000005e3f62dfb91e652b21bdbffe23b95c243ea4def6a665f624d769f296 0.00 MB 1 0
35,949 35,949 0000000043815ce9c45adcbddd856686de71e4fff3828737a1c943ffd40e311a 0.00 MB 1 0
35,948 35,948 0000000034014d731a3e1ad6078662ce19b08179dcc7ec0f5f717d4b58060736 0.00 MB 1 0
35,947 35,947 000000003a699ee141d072b1bb48387ae8991c057cadbf468472e99504d762ea 0.00 MB 1 0
35,946 35,946 000000000116e9eb150b929ede12d96d649c6110f290a3664b38a3a54807903a 0.00 MB 1 0
35,945 35,945 00000000995b21263f2eef5c0a8a012590f5c21b311cd41a51839e7ae7216129 0.00 MB 1 0
35,944 35,944 0000000026c928b4259dbfd2e8e1e518e7fe86388ff70a3a2a12b6f68e83bfa8 0.00 MB 1 0
35,943 35,943 000000008a1f21efcba11aa1e54b1e5bbc6680739760020232a17f918c577fa5 0.00 MB 1 0
35,942 35,942 000000008565f98d23968a35b50b30061eb017689a18b4e4f4fb3c945072aaa2 0.00 MB 1 0
35,941 35,941 0000000016774cbe95267706a86e890612cc258a2c9cf8f720f52cdd0955bbcc 0.00 MB 1 0
35,940 35,940 000000002ea6dcf50fd45820d0c6a86e138fdbbcd77382a2f8f07d5bb8f45c89 0.00 MB 1 0
35,939 35,939 000000006d4886ceab543e1b7f438909c893f84df1df14f38f66428524af50d4 0.00 MB 1 0
35,938 35,938 00000000024cae06ac3ab900e4f2dc7d7dbf8a47be0307325bc37c160dc2139e 0.00 MB 1 0
35,937 35,937 000000002432ad64b9b712f255a6b5302f1d2f172efb3b6db855c18c4a1076db 0.00 MB 1 0
35,936 35,936 000000007f09b55686201634099db25e6dde4054c7e92ec65d0f2eaeb1dc2ebf 0.00 MB 1 0
35,935 35,935 000000005d743ccde03418391a458a2505b6613720ece446cda074c25cc26073 0.00 MB 1 0
35,934 35,934 000000001d49fcf6b821ad03574a4844bcc021a1ae039addbd523c2f7ff3db06 0.00 MB 1 0
35,933 35,933 0000000077818d818faa584a47310e1a7d93b43cff16756722daa9683dc09f2f 0.00 MB 1 0
35,932 35,932 000000003d97451005d8dd31cd2eae49342076890f2890c3f3538d865d41ad97 0.00 MB 1 0
35,931 35,931 00000000b2a74559d0e7f8788c8ec027ef06dc3fd01f920dd2ba7a2460ef05f6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.66 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,379.22 GB sent, 127.11 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.