Loading Tool

Explorer IconExplorer

Memory Pool

60,553 transactions
29.45 vMB
0.06511041 BTC
Random Selection Loading Transactions
Max Size: 163.75/200 MB

Candidate Block

Mining Attempt 07db8eb608b37254524192817316076886fb9233255f186f25ccd7a4ce268624
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 931788054070b559a78cadfc7d614fe04242cb41720c3eb9d1b295167c54fd48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,672
Size: 1.00 vMB
Total Fees: 0.00855269 BTC
Feerates: 150.93 > 0.86 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (293,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
621,931 621,931 0000000000000000000b853ce05cadbd6349e3c7b15a5bf00cdbae1e05aa0287 2,219 1.00/1.00 vMB 18
621,930 621,930 000000000000000000083ef7d7543ead9096d2787003d2e10226738359d56354 3,011 1.00/1.00 vMB 11
621,929 621,929 00000000000000000000b27501d915d4b7526046569e3c7ca29e9fddf7e36f80 2,663 1.00/1.00 vMB 23
621,928 621,928 00000000000000000004fb97adadca0838c362ec045376a33ca2d9270e3c4c3c 2,514 1.00/1.00 vMB 30
621,927 621,927 0000000000000000000c6d8a22d78f3404498a27d4c1aaa48021f201682ddafb 2,194 1.00/1.00 vMB 53
621,926 621,926 0000000000000000000c35100e415aac3747aa76e1e46878f37224b54ae40f80 1 0.00/1.00 vMB 0
621,925 621,925 0000000000000000000faa7211dcdbd1cdcfc89024e9ee2025897aae40a291b8 2,673 1.00/1.00 vMB 48
621,924 621,924 0000000000000000000b1d27a161af0d2dd37f80e3f9b56b81bc01de4dd9890a 2,638 1.00/1.00 vMB 70
621,923 621,923 0000000000000000000c83c0e597a222924759496bf0f03677d20fc7f863fc8b 2,817 1.00/1.00 vMB 65
621,922 621,922 0000000000000000000f2ebec7d4a80de577bdb131f8bab608c5e358dd8abf3d 2,820 1.00/1.00 vMB 77
621,921 621,921 00000000000000000008dec43c04cb9e2c1eb5b0ad439a5b62b9dd8341438761 2,099 1.00/1.00 vMB 53
621,920 621,920 0000000000000000000486e5c58431de8df5ca6896142ad08e92c6624722a249 2,005 1.00/1.00 vMB 75
621,919 621,919 0000000000000000000fa32694d7045085948e7d7ef60f45ba24bb003bc803f5 2,067 1.00/1.00 vMB 71
621,918 621,918 0000000000000000000c6f8aef6e1faafafd32579b6e0fe8d17ee45e750c14df 2,440 1.00/1.00 vMB 72
621,917 621,917 00000000000000000008b1bd3090b8ebd081cf6cbe077116ff3c5783f240a1b4 2,709 1.00/1.00 vMB 88
621,916 621,916 00000000000000000002b48cde2c5ce9d4d5b493048cdef117847e1219dd083e 2,607 1.00/1.00 vMB 82
621,915 621,915 0000000000000000000067b07a2326afa2d3c11b03752d85402dada3185a9c8b 996 1.00/1.00 vMB 10
621,914 621,914 0000000000000000000ec16aa57789b788de41015c2748b2e096d5ebfed44933 2,421 1.00/1.00 vMB 54
621,913 621,913 00000000000000000003174e6a88fc4476ce04bc39c9cc1caaa4dc855ba6d7e2 1,280 1.00/1.00 vMB 9
621,912 621,912 0000000000000000000271b7e8e86ab85bd6bc814dc6c55a24584d430827267f 2,869 1.00/1.00 vMB 65
621,911 621,911 00000000000000000006d36c910a9f4d450adaec3cfd19b56c3c6cf3a3cf3565 2,134 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.29 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: 657.08 GB
    • Received: 14.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.