Loading Tool

Explorer IconExplorer

Memory Pool

80,036 transactions
30.01 vMB
0.12088443 BTC
Random Selection Loading Transactions
Max Size: 179.79/200 MB

Candidate Block

Mining Attempt fb07e6e3d2b002c6e428f36430741f01eceaa615b9a690971fe4d7e03efaa4ad
Version 20000000
Previous Block 00000000000000000001115f152a1dc031c831cba708e9cde5f1c67ecfca11d2
Merkle Root 97cfd407f10407cfdf5dcb232878a97de2d050af7d90f575f5cdc97dfb20b6ab
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,250
Size: 1.00 vMB
Total Fees: 0.03167415 BTC
Feerates: 253.09 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,301 (310,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
605,097 605,097 0000000000000000000c669f88d2f7fb0b7aa677a099c83cc225cfc139429800 2,771 1.00/1.00 vMB 25
605,096 605,096 0000000000000000000f3b14bcc589914235f5a24d8ab2e82f8dd3649e75ebd1 139 0.03/1.00 vMB 15
605,095 605,095 0000000000000000001228a1d0f8973cf96f49ce59a62a5bc7ffcff1f5a25d6d 2,892 0.83/1.00 vMB 21
605,094 605,094 00000000000000000008617b59dd4c35c7acdbc1a368f69caea6ed764603b8b2 1,672 0.53/1.00 vMB 19
605,093 605,093 0000000000000000000d717fd37dee96938759b4c871c4cd7c9b2826ea30d740 2,903 0.95/1.00 vMB 14
605,092 605,092 0000000000000000000d4a0ee37e93a003b48e748aa3117ae184a4fd4428c705 3,315 1.00/1.00 vMB 32
605,091 605,091 00000000000000000009af2bb29369c1b6c93c8abe8f822dfe732ebd3cdda9f4 1,612 0.50/1.00 vMB 19
605,090 605,090 0000000000000000000d1a85ff005e4b8a1642a6064a8b19cc08074c87131711 704 0.24/1.00 vMB 23
605,089 605,089 000000000000000000043b51a4a284c3dd52e48d1fa852d908dbb46df16b3da6 1,786 0.56/1.00 vMB 19
605,088 605,088 00000000000000000002893f9fa64284099583a10750994823b009965e37b45f 271 0.13/1.00 vMB 17
605,087 605,087 0000000000000000000ded7890e3bb8294fa36bb3fc57bacab5e468f5802735c 1,058 0.32/1.00 vMB 8
605,086 605,086 0000000000000000000d5ddc990dedafabb639ebd6a412e4547acda528ba3a72 2,136 1.00/1.00 vMB 15
605,085 605,085 0000000000000000000ee84fb4412d5eb9fc18c910fca948c0eb5721b4868014 2,281 1.00/1.00 vMB 16
605,084 605,084 00000000000000000004ecafbcdd8c644fa6b989647f80f69b1d81da93bcba46 2,729 1.00/1.00 vMB 27
605,083 605,083 000000000000000000071b0604c7e29d51b1e8c64d22fb53f21ddb0f685a5c31 1 0.00/1.00 vMB 0
605,082 605,082 0000000000000000000c814d010966506828dc4946fbcb7da9b8491b5a262fd9 874 0.74/1.00 vMB 2
605,081 605,081 000000000000000000068caafe616f0a7d5688e00af44cfc089da680e46dda19 2,334 1.00/1.00 vMB 12
605,080 605,080 00000000000000000000ecdacd47595af83ced11c4ce8c4f064daa62905df5fc 2,335 1.00/1.00 vMB 22
605,079 605,079 0000000000000000001421ddf6b34d641e22885dd6c8615165d54aed3ef39187 1 0.00/1.00 vMB 0
605,078 605,078 0000000000000000000db5bc08654a291293bbf983ba4d854bb92d4eb2708b1e 2,164 1.00/1.00 vMB 4
605,077 605,077 00000000000000000002adf89a257aaa45b66afc7d77d54e0902d41b99f65e8e 1,490 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.91 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: 714.05 GB
    • Received: 17.51 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.