Loading Tool

Explorer IconExplorer

Memory Pool

79,296 transactions
30.72 vMB
0.10758388 BTC
Random Selection Loading Transactions
Max Size: 180.31/200 MB

Candidate Block

Mining Attempt 9020d7c7b7e9df1c15c700d3d09e02c77655244251115d3bafd8cd4ef4f5e5a0
Version 20000000
Previous Block 0000000000000000000021f3a956650a7471edcad1ab0779099a4375c55a0f91
Merkle Root 05ed34a341ab955bcd3166f1843f1bc22c2def61625f8f8a0aba45260b8f5602
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,924
Size: 1.00 vMB
Total Fees: 0.03418277 BTC
Feerates: 201.36 > 3.43 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,058 (189,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
725,212 725,212 000000000000000000001d50508ec7b4bd633fba190e548b8d22d3da664596e1 548 0.19/1.00 vMB 5
725,211 725,211 00000000000000000002aafd9f6cd0511beda97dfe58d070918bdd6c198ef683 1,924 1.00/1.00 vMB 7
725,210 725,210 000000000000000000045e8ebcb8c8b869140771079033dbbdc7ca55b0eba037 449 0.19/1.00 vMB 6
725,209 725,209 00000000000000000001d8277d49e5b52bf546ebb7d6694f8d2e5857803642cd 818 0.55/1.00 vMB 5
725,208 725,208 000000000000000000040eef79667b63bab285f79d48b18b23069f22b6b56057 403 0.13/1.00 vMB 7
725,207 725,207 000000000000000000067e95d57222a1faa5a3e62a4ab0170e03531965ef9b5a 679 0.22/1.00 vMB 6
725,206 725,206 000000000000000000066f0d5c5eb4d70e3faf7e04cda7e5192caef652f16d7b 217 0.15/1.00 vMB 6
725,205 725,205 0000000000000000000244aeadc6a725b21c481458ce392f3ef350695da18fa5 2,893 0.99/1.00 vMB 7
725,204 725,204 00000000000000000009b58c86bf52f8755f5bf814d1422b75efa42fb738e85b 757 0.29/1.00 vMB 8
725,203 725,203 000000000000000000059a7bb78f7fa45f166399048da9f6505151aedee1f4d9 1,654 0.64/1.00 vMB 10
725,202 725,202 000000000000000000043f673cf7d614406b6ee5f7d07aab102a6a3a8b23a19f 983 1.00/1.00 vMB 9
725,201 725,201 00000000000000000006af573b1dfaf8ce9126066bf60200e45b830e100a1c51 1,799 1.00/1.00 vMB 7
725,200 725,200 00000000000000000004aa2c73c7386c919abaf0929814d64242debdab9a1b28 1,711 0.63/1.00 vMB 6
725,199 725,199 0000000000000000000807fde631a1f6e2ff40ba9f03a2037e21ca6983f9af32 1,387 0.48/1.00 vMB 7
725,198 725,198 00000000000000000007fef4c2824fd18e9c0de4b834220a3220d9b4bbb24a8f 202 0.09/1.00 vMB 6
725,197 725,197 00000000000000000009d7152e574bf9afcf095e676e6baa62c6160e89897fe4 1,369 0.50/1.00 vMB 5
725,196 725,196 000000000000000000041847be459f8344a1c3006b51390e2708a4258dcd5b0d 2,419 0.95/1.00 vMB 7
725,195 725,195 00000000000000000007e2562e1fabc30c26c475c0c88f6f52f3718d77a3a55d 930 0.52/1.00 vMB 6
725,194 725,194 0000000000000000000571bc5e1e1196da06274da3f5a6fc499233532a595448 1,224 0.42/1.00 vMB 7
725,193 725,193 000000000000000000046e48b2ddfff7e0e6fe985207bcbf7e117feefb5a45ae 1,652 0.72/1.00 vMB 2
725,192 725,192 0000000000000000000774225e4470a0a48a3f01661696439b20e06959901766 3,160 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.49 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: 668.33 GB
    • Received: 15.48 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.