Loading Tool

Explorer IconExplorer

Memory Pool

43,659 transactions
21.20 vMB
0.13276479 BTC
Random Selection Loading Transactions
Max Size: 117.85/200 MB

Candidate Block

Mining Attempt 40b07bc93499a8df115e08143dc38d36525d83109b01a3c624100e21eeebf340
Version 20000000
Previous Block 00000000000000000000053bde71765c9590183ae913a827bfe994fd289319e6
Merkle Root dd6396483e5cb891dd779e562bc081babd5a2c10883647dcea518ba02776868c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,988
Size: 1.00 vMB
Total Fees: 0.06963907 BTC
Feerates: 784.89 > 6.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,884 (840,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,778 73,778 0000000000a4c4c377f6eb62533d48a6956857e8c416561886f9249a75399a58 1 0.00/1.00 vMB 0
73,777 73,777 0000000000a451047ee000a454130e83f9d15a71a2458c8b6682ab4587c668ca 2 0.00/1.00 vMB 0
73,776 73,776 0000000000afcb0d4bfe21442cd623fd8359247f5579b005ddf20559771243d2 2 0.00/1.00 vMB 0
73,775 73,775 000000000033fddfa9824ab9d29ab8e58c01d9feb5e616a3e8a456bb8e0b1b8a 3 0.00/1.00 vMB 0
73,774 73,774 0000000000b44c781f754e9c3f7998f8ea55cfb003504b2cffd80a9027d4ff1a 1 0.00/1.00 vMB 0
73,773 73,773 00000000006a58126e91f225f10b6a1932c8ac28e925e82ca2971964983274be 3 0.00/1.00 vMB 0
73,772 73,772 000000000063a966bca008843aae9a32fd9fb011e323183f44c23d8d48311443 2 0.00/1.00 vMB 0
73,771 73,771 0000000000a5df879b9499dce426380d4d5730e32b956624d3a9935730802f2e 1 0.00/1.00 vMB 0
73,770 73,770 00000000008a497a47412bf236fe8fae3d8c0146f7e72b4f3464b5654d8874f8 2 0.00/1.00 vMB 0
73,769 73,769 00000000002c3ccf48e474ac5013e3d6e3f30bd6fb8ce7e472ea91341b1f72b0 1 0.00/1.00 vMB 0
73,768 73,768 0000000000282c1e7deddfea46aaa4c9ccdafb257ea1d50ee52d2d8ee5f7e79e 1 0.00/1.00 vMB 0
73,767 73,767 0000000000a272424d84a64f59d2d4719992658f5f54fd81b5733c4c2ae7b065 1 0.00/1.00 vMB 0
73,766 73,766 000000000062226681be31cc8d6383703b2068eefc7fc308c4aa24a1ee1d8251 1 0.00/1.00 vMB 0
73,765 73,765 0000000000716319961ad26eae782aed434285de57447af599c4c1c47f98b037 1 0.00/1.00 vMB 0
73,764 73,764 000000000055a4f9b765c9437acd527bde720f3c2653cc8d61f9246e100c3901 1 0.00/1.00 vMB 0
73,763 73,763 00000000002502f8b052f8d8953dae14c72c2957dd0f0a8c0a859672f1598a48 2 0.00/1.00 vMB 0
73,762 73,762 0000000000a2aa9198adcc3b3fea2daefd9fcdd06e4d98b739c1ae0264c40f4b 1 0.00/1.00 vMB 0
73,761 73,761 00000000005a66947b29dd13706d1b9c3941f9d89be47470ec0910198d6f4375 2 0.00/1.00 vMB 0
73,760 73,760 00000000007f220c17786a6ae307f4577c752bc3c3c58928d14e3ee6f7a0d2ac 1 0.00/1.00 vMB 0
73,759 73,759 00000000008b2510ffb3fc194af72e54ce42a2fb0f6bc6621c6bcce600517ce3 9 0.00/1.00 vMB 0
73,758 73,758 000000000019894a2fc58a787a2ccc6efb43bb7f98eddbdac8e634a369af6cbc 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.40 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 525.62 GB
    • Received: 5.22 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.