Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,189 transactions (2.85 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,161 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,127 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,160 (880,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,955 29,955 0000000067439f68b119a8366bc8f661dbc1ca0c45f8698a42b1e7e39be26561 0.00 MB 1 0
29,954 29,954 000000000382a1d2b7de7716d5f2622f24d72f0bfe1b5d142253b6c2b9b43d1e 0.00 MB 1 0
29,953 29,953 00000000c25a23e63286eda5fdabc8e60be90d6c2060a1c19ad8b3e0e8ff848b 0.00 MB 1 0
29,952 29,952 00000000592d66dd1b8f85f7a1b962b056bba9bac53011e0c0a53534023d6fbf 0.00 MB 1 0
29,951 29,951 0000000065a632d000902a5b4cbda115e1a9db69516218fd8355d816d8dbb93c 0.00 MB 1 0
29,950 29,950 000000009c5f1f4e073d01e51cfb83b4eeda916fd8e8152502f4fc2dee020e39 0.00 MB 1 0
29,949 29,949 0000000076447ef396e9ed437b1364debad25a1e56d20b7951cc5293d948460a 0.00 MB 1 0
29,948 29,948 00000000bbb3815a0f34bf74b616214e89276be8113c4ea0108de0bc79d0c5a9 0.00 MB 1 0
29,947 29,947 000000009587da810a62312faedab1307d036c0e9c41406d4c16764e4e2dcd42 0.00 MB 1 0
29,946 29,946 0000000006aff19bb9e83dbb3002a438752495c05924bf6d9b03cc52541b43b1 0.00 MB 1 0
29,945 29,945 000000003d2e2bf8e90d4c157d356d40c63c9f5285fd6e864a11c7156536695f 0.00 MB 1 0
29,944 29,944 00000000d0f6783ae94daa54e566ff864303c465b6731e890ac2b13a236c2f58 0.00 MB 1 0
29,943 29,943 00000000a399f6a92bbbe98ccd2589c06970764c8d14bd206d3f076d2ef38300 0.00 MB 1 0
29,942 29,942 0000000019ed7d3b3a632cbe1a138a1890a4f1ff1452744e59892ea8de0ee012 0.00 MB 1 0
29,941 29,941 000000006c35d9295cf490f4cb727400dcf38d848c4d89c3168941a6744d9b13 0.00 MB 1 0
29,940 29,940 000000000825651cb930a1c52da293d683356c0166c21dbc7828e488da89f22e 0.00 MB 1 0
29,939 29,939 00000000988f1bf0cd2dd2c9703606d8d599fde0f4b85dc749ef1948904e123b 0.00 MB 1 0
29,938 29,938 0000000053b90102ca307845676dcdf95ed24f9479dcf80719bc1ab72244449b 0.00 MB 1 0
29,937 29,937 000000006c50f40f86297ef8d703095376a4f7f0adff825b59704b4d6e31f8ec 0.00 MB 1 0
29,936 29,936 00000000f2dfae3bb2f37e0a2516197cc203018b22c9d7a294051207b31d6f97 0.00 MB 1 0
29,935 29,935 000000003f45fe2b8c567a68a8aaad6c341700bd713cae41b3886df4ed5341ff 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.69 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,193.87 GB sent, 116.98 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.