Loading Tool

Explorer IconExplorer

Memory Pool

91,122 transactions
24.37 vMB
0.08865471 BTC
Random Selection Loading Transactions
Max Size: 165.01/200 MB

Candidate Block

Mining Attempt 9d75efdecebf6909fcfe5333d53cded4884d3891607cb6ab82058f023edd112c
Version 20000000
Previous Block 000000000000000000006829c10e2cab7d5ff7080a774187bf98824a1c0821b9
Merkle Root 5fea4e42b8acc62b039032a94612f3c313e6ba8e7cf752e370c0fa6904fb15c0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,638
Size: 1.00 vMB
Total Fees: 0.02647687 BTC
Feerates: 200.89 > 2.65 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,897 (904,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,938 10,938 00000000dff2564e822e3f78fb6026a1e9ffb990c8f6c4e8533f81f6df9cea20 1 0.00/1.00 vMB 0
10,937 10,937 00000000fa421abc09d7ab5506059f668ef236642109153dfe2d02c457081c06 1 0.00/1.00 vMB 0
10,936 10,936 0000000065d0af9dcf638e58993475761427b3c4642c0de5f77a28c58da3050f 1 0.00/1.00 vMB 0
10,935 10,935 000000002448b8f43bf5d0018c15cf9bc1fd6958029e85fed2d37012e6fd5063 1 0.00/1.00 vMB 0
10,934 10,934 00000000798c0da413ec0a86628125f626750abccde630559da90c692982c468 1 0.00/1.00 vMB 0
10,933 10,933 00000000dbc40c34eff40a2c1976c1f3ab9d8409cd3ff527eb2746f9dec2ec5a 1 0.00/1.00 vMB 0
10,932 10,932 00000000651673211fe406b5baf6eed0ad74e592bfb746ade39420a91fe49a92 1 0.00/1.00 vMB 0
10,931 10,931 000000004df261c29d06d876cdb8308c5427284ea8e56012304164a03641f2da 1 0.00/1.00 vMB 0
10,930 10,930 00000000fb534b2439b4910de1b3250fc624d98b8bfe3f916e8f0c3e8f1bfdc7 1 0.00/1.00 vMB 0
10,929 10,929 00000000f9f967725265be035479d640fdee122f3d6a758283b38cd14d4b870c 1 0.00/1.00 vMB 0
10,928 10,928 000000005b60affbd26a530b8f2ac3011ba93a828247132340be31ae5e2562f7 1 0.00/1.00 vMB 0
10,927 10,927 00000000d2fea2a0eae64736f64c0590e074a1d0bebedb172ce301fee83a5bb1 1 0.00/1.00 vMB 0
10,926 10,926 00000000624e58cee032ccefc961d955d27c3fef910ffd632cfb460445ab6995 1 0.00/1.00 vMB 0
10,925 10,925 00000000dc3e335f99fcbbe33390b1265525637b48aa5679967b4ae53a5be8cb 1 0.00/1.00 vMB 0
10,924 10,924 000000007f056eb60faaad3e3ab3fae50c68ab3c1711a2d8601ca21f478c89d5 1 0.00/1.00 vMB 0
10,923 10,923 0000000030f3ace2b76698111c39ce147cf0b556a6e6073e88eb6f9fa2ed722c 1 0.00/1.00 vMB 0
10,922 10,922 000000006bcecab001ee0eaf2eefbe9b49685f3645596fdd282127b3e2bf1281 1 0.00/1.00 vMB 0
10,921 10,921 0000000019a2f470d58ee9483f6842e42df1705ac2dc8d9d4eb43ecd07e0a7e6 1 0.00/1.00 vMB 0
10,920 10,920 0000000047381c3181d534a1367358c7c40821dd885e0f800ceb7d7400e8d4f8 1 0.00/1.00 vMB 0
10,919 10,919 000000005ffebfa6466f383dbb23249322491fdf2e81ad6718ef31bc13ec3c6a 1 0.00/1.00 vMB 0
10,918 10,918 00000000d38e6ae4738e8667689afcc0df22b7911f439e21859f7f61877be2dc 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.93 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: 797.68 GB
    • Received: 22.32 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.