Loading Tool

Explorer IconExplorer

Memory Pool

75,945 transactions
28.40 vMB
0.06648455 BTC
Random Selection Loading Transactions
Max Size: 171.95/200 MB

Candidate Block

Mining Attempt 5dd522faad5cc3fe25681c289d5e6695e499b275b876a397e6aa3d1009e906fb
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root fc1d1691172dcdd1f81b8af2f11dcd5081c88ded6a6292dcc2d957b2fc653e50
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,664
Size: 1.00 vMB
Total Fees: 0.00776571 BTC
Feerates: 101.00 > 0.78 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (348,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,743 566,743 0000000000000000001f5f3e77047c9b80e64224897095e3d383832733e4e133 2,833 1.00/1.00 vMB 29
566,742 566,742 00000000000000000026f5f976caa01e2a39afb0beffee0f0fddc800a8cc45f9 1,523 0.61/1.00 vMB 20
566,741 566,741 0000000000000000001c9c35727b650f332b5f7d58f2162092e112f6fd039bc1 2,039 0.83/1.00 vMB 14
566,740 566,740 00000000000000000012546c6d4dbe82a0ec4014f7680a6a57131de4bd5fcb82 2,419 1.00/1.00 vMB 28
566,739 566,739 000000000000000000253b255985146399b6570a6350c82b6ccbe72630958748 2,980 1.00/1.00 vMB 30
566,738 566,738 0000000000000000000723a996c4e39ee95a390b2a7b15a155b2daa7d1321dab 2,193 0.78/1.00 vMB 25
566,737 566,737 0000000000000000000f3b3d8bbb6e59178c0a7c08e0ee89189b2ff7bc945923 950 0.44/1.00 vMB 4
566,736 566,736 00000000000000000009bdfa0baac3f50be056b7b0daa1a5d8b846121df10a55 2,238 1.00/1.00 vMB 14
566,735 566,735 000000000000000000278d38b7012a96f2d95c0e9052e0cd87d291425658b756 2,934 1.00/1.00 vMB 42
566,734 566,734 0000000000000000000d310bbaecfea4a38dd09d5409175b8dc57c0cd83de3ad 1,095 0.69/1.00 vMB 14
566,733 566,733 00000000000000000011e679fba9fd3078263eaf54bfda6b57ac524685274312 2,486 1.00/1.00 vMB 25
566,732 566,732 0000000000000000000c2e25aed17463621249eedaaf05c71fa57376b1e10ea9 1,322 0.49/1.00 vMB 25
566,731 566,731 000000000000000000061b31f5c567fa3380ceaa9a3476472046665167d3101b 183 0.08/1.00 vMB 20
566,730 566,730 00000000000000000018bf7db15f7c9752832f47c63e07fe78645cb6c784e266 314 0.12/1.00 vMB 22
566,729 566,729 0000000000000000000f8b5932e75c448e99bd845cd4870a70ce801eff57e0c8 548 0.22/1.00 vMB 18
566,728 566,728 0000000000000000001bb03659f4ffb0f55978c962066dbce6149d1e301e006b 366 0.15/1.00 vMB 23
566,727 566,727 000000000000000000123e74bfcff3aca56e1727c7b6054fdbd69610bac57c11 144 0.16/1.00 vMB 8
566,726 566,726 0000000000000000000a5c062af141868ac2985b3c92d46ca16c9ff67c8a3767 2,529 1.00/1.00 vMB 22
566,725 566,725 00000000000000000026686cbf75107bc4037850b3d6d8b542a308033739b14b 764 0.27/1.00 vMB 21
566,724 566,724 0000000000000000000f7c00034e6610d86fdf8a4b08de1476b0db3e94ec6975 1,030 0.36/1.00 vMB 20
566,723 566,723 0000000000000000001d53e351160731420f41ac49d6ef258e55651190e92db6 1,820 0.77/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.