Loading Tool

Explorer IconExplorer

Memory Pool

77,889 transactions
29.26 vMB
0.06286240 BTC
Random Selection Loading Transactions
Max Size: 175.84/200 MB

Candidate Block

Mining Attempt d307135192c76c6538c40f793ae93ee368f85e0883a0b4f5601663a41995e82b
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 3fdf5385b180b513e96a60bd304dbbf3b2e39bcf9dbd286a1da98a7e50f43eb6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,728
Size: 1.00 vMB
Total Fees: 0.00344056 BTC
Feerates: 10.05 > 0.34 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (189,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
725,215 725,215 00000000000000000008fc76a86c0c5e4f51913034731b2df89d9dd77a8365a1 2,713 1.00/1.00 vMB 11
725,214 725,214 0000000000000000000676579a376f5bf9b0f63e00256a59899af32a5270556f 350 0.36/1.00 vMB 5
725,213 725,213 00000000000000000003d792b366cf3d202e10d86d1f7ed6b662260cd8e516e6 1,020 0.36/1.00 vMB 6
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
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.