Loading Tool

Explorer IconExplorer

Memory Pool

79,519 transactions
29.68 vMB
0.07437078 BTC
Random Selection Loading Transactions
Max Size: 178.43/200 MB

Candidate Block

Mining Attempt 439ce16d4ba715033d77d767cddab9b9ff6a10356ef130f387d4c70fbd5730d6
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 6df1260a99cba33595bcd5ea89694910e493158cb360cfbed0e0d0d20368d0ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,286
Size: 1.00 vMB
Total Fees: 0.01401677 BTC
Feerates: 74.18 > 1.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (851,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
63,031 63,031 000000000a564de43a611e70f20d3e51c9b166aa86ba240fb2306d166feff913 1 0.00/1.00 vMB 0
63,030 63,030 000000000abe273997dc400f68e050fd91717a9766593c2d2f39c7b13b154ffe 1 0.00/1.00 vMB 0
63,029 63,029 00000000030a5fa81b6d8c5f59505cf5589fa3f0e2c0ba74f4bd192f7f432e3d 2 0.00/1.00 vMB 0
63,028 63,028 0000000007a13f5f2161316723eebaf587f04f58c9f8877ea958556503920b49 1 0.00/1.00 vMB 0
63,027 63,027 00000000065bee7ac830a8f938b6a780b7a8b683f4bdb162d50dd6496be298c5 1 0.00/1.00 vMB 0
63,026 63,026 0000000008ed285298dfed9c68647141fe047d00ff03d0a369fd6b750a971f9d 1 0.00/1.00 vMB 0
63,025 63,025 000000000b94c15ecc5ccbe29ab8aed7fdb80eaabafb5bcfdd48946a9a3b1be3 1 0.00/1.00 vMB 0
63,024 63,024 0000000008b621b749f8ec0a2998939c8ffdad0b6e6fe4ed0858cac79dbaa43f 1 0.00/1.00 vMB 0
63,023 63,023 00000000015726ddeed17170488fd20c3a1ffcac693ac30c694a0e9e816ba8f5 1 0.00/1.00 vMB 0
63,022 63,022 00000000017b5b1deee475b69b6a39a2f020680e316d311c5bc31d382f83c29d 1 0.00/1.00 vMB 0
63,021 63,021 000000000b36e390234f57916ae81b4fc7f85f92550fb981d4060ac7bd947cf4 1 0.00/1.00 vMB 0
63,020 63,020 000000000a64f11a2cddee831e811ac108ce115cf853c854e7a7bf5852d83f82 1 0.00/1.00 vMB 0
63,019 63,019 000000000a3fb2fae7539cfcdb459272d8309ba1cd30ae29e02c993126e7e2a4 1 0.00/1.00 vMB 0
63,018 63,018 000000000a5bfc9adaad7d353f1a132a9d276eef41331065a3310ffc4d6f0cff 1 0.00/1.00 vMB 0
63,017 63,017 00000000012b66568d92a0c7180c496b02f4adda8da46550f4e1d09e13576a61 2 0.00/1.00 vMB 0
63,016 63,016 00000000052bc5c206824e5496ebd187bbcb1a56917bec1ebbbc9d81dbbeff53 1 0.00/1.00 vMB 0
63,015 63,015 000000000ab2a84e40f687d0139ab7d2fc9926a766b7635bd637562419d94913 1 0.00/1.00 vMB 0
63,014 63,014 0000000004b6afe382a546cc2c1e556c92ac16dccaa51fdeff95ad1e3a6a658c 1 0.00/1.00 vMB 0
63,013 63,013 000000000d163938f9ea660c4c9ce911f214d014faa501e32ff6f782a1fa51dc 1 0.00/1.00 vMB 0
63,012 63,012 0000000009f4ebd3bae72cb0a53bbadf495df17646f6f25c07f5b1d20c0a2873 1 0.00/1.00 vMB 0
63,011 63,011 0000000006bf8f3237efaf0ab35fd614c1861a1e8aed07ba05e1ebbd7641b02a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.39 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.65 GB
    • Received: 15.02 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.