Loading Tool

Explorer IconExplorer

Memory Pool

43,069 transactions
29.07 vMB
0.09102308 BTC
Random Selection Loading Transactions
Max Size: 148.71/200 MB

Candidate Block

Mining Attempt 74a33184d17f7be95be12b2877742e279bcaad7296bb90537e902e60107608c9
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root 62908e7c4bfbcc59de1c72c193e8b8cbfc1b7a72e154253846668afa7574814c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,132
Size: 1.00 vMB
Total Fees: 0.03273531 BTC
Feerates: 88.27 > 3.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (519,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
394,997 394,997 0000000000000000081298383fb914fe392a0ed4a2839a0991314afe9ecb201c 2,512 0.93/1.00 vMB 54
394,996 394,996 000000000000000005945f2ac72ad2b05c2ab28679214cbcd49f8aae920a0db7 1,860 1.00/1.00 vMB 35
394,995 394,995 0000000000000000031c3613a8cbbf4df82c3d8a5c523a4c79f3684717c4f7fe 1,442 0.93/1.00 vMB 27
394,994 394,994 00000000000000000162db766e732da128b330611beb88443459d064bc2bf81d 2,208 0.95/1.00 vMB 56
394,993 394,993 00000000000000000985d3ee9b023af4236431d548e6b84fa602c363be6962fd 1 0.00/1.00 vMB 0
394,992 394,992 00000000000000000794ae9aa15961fda8d90949700c4f32136a4cfa3acaead6 1,815 1.00/1.00 vMB 31
394,991 394,991 0000000000000000096d65c1fcdacdc7a4eb029ec56edf7ca330c7eaeba21a05 3,303 0.95/1.00 vMB 83
394,990 394,990 000000000000000000f68bc9bd4e9c751227c4b6a1bedb2cf13fab69c7ae9021 2,186 0.93/1.00 vMB 46
394,989 394,989 000000000000000002cfe8789fa4fd180b297c6137c567f6dc385aba058a899e 3,007 0.93/1.00 vMB 70
394,988 394,988 000000000000000008453002889f2ce80ad910a688258ac2b4b0474d7a534eb7 2,020 1.00/1.00 vMB 39
394,987 394,987 0000000000000000079f59d7c68a275beb44fab6165df8f079347f463aa8defa 2,117 1.00/1.00 vMB 40
394,986 394,986 000000000000000008f41b68d8605024ab50dce5526e6dd35ed984787208ec52 2,857 1.00/1.00 vMB 61
394,985 394,985 0000000000000000095e269b8e11c1c1d03e6d7adf1c01888cf2c0a59f3b8d24 1,063 0.54/1.00 vMB 32
394,984 394,984 0000000000000000002c3a331d63d881a3d827cde683f6c374b4cc66900ee8ca 1,192 0.55/1.00 vMB 37
394,983 394,983 000000000000000003357e9ccc2d3fe53db4d2b416bcffc9c8ca5920cc9953e7 1,602 0.90/1.00 vMB 37
394,982 394,982 00000000000000000865343ac4243aa6665b6110f96232da778ca9532e75a7f2 2,535 1.00/1.00 vMB 43
394,981 394,981 000000000000000004e00ab4831f2c46a9a03ce8b207a2580fca788daa1d272c 731 0.51/1.00 vMB 35
394,980 394,980 00000000000000000215b6567cb99ee8568e69cb432dffb96bff685cf0ffd95a 567 0.36/1.00 vMB 30
394,979 394,979 0000000000000000097e8fd52f929b4ad7b07791482df3f3bb99a3098a360344 677 0.41/1.00 vMB 36
394,978 394,978 000000000000000006d9ea24887f6e15616a70b5018bf0df2cfddea63aa1e77f 1,786 0.95/1.00 vMB 44
394,977 394,977 00000000000000000462ae10de298592ff3c253b66499c84a2f762dbdadd32b5 308 0.16/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 781.73 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: 630.34 GB
    • Received: 12.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.