Loading Tool

Explorer IconExplorer

Memory Pool

80,551 transactions
29.72 vMB
0.07130961 BTC
Random Selection Loading Transactions
Max Size: 179.33/200 MB

Candidate Block

Mining Attempt 72f7d38a9218daf895f84a500755a88fa7f37504ba9d4b3d675c776d58e683ce
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 068dc65dcc5ccf9f17b40a0e6353329d983699aa41fdfa85b4b444e57511b971
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,027
Size: 1.00 vMB
Total Fees: 0.01057540 BTC
Feerates: 502.67 > 1.06 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (62,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
852,928 852,928 00000000000000000002de274c8e443205fe33bcffbea2c1c0616d9ae31e32ec 5,054 1.00/1.00 vMB 6
852,927 852,927 0000000000000000000284d25d86ef15d0b9a2bbca2adb7a4fc0db3960e2d780 2,141 1.00/1.00 vMB 7
852,926 852,926 00000000000000000001cd34f3dfb53da9f8a780ce91b139c9a8f880c6218fe9 2,335 1.00/1.00 vMB 6
852,925 852,925 000000000000000000022e9e34722ad85d796e4afcdae44aabce96a073f1cb96 1,900 1.00/1.00 vMB 7
852,924 852,924 0000000000000000000346ca83f08f0ace57bace342f6e9662dc78f44f3f4194 3,510 1.00/1.00 vMB 11
852,923 852,923 00000000000000000001ff0a0ece769ff745eb25ee8cdc2c3ba98ea74e7062c6 3,505 1.00/1.00 vMB 16
852,922 852,922 00000000000000000000e4cf776241d16df33209ac1bac4f54c20317a73de886 2,614 1.00/1.00 vMB 13
852,921 852,921 00000000000000000002dfe5662e3431d2e732bbf3a12e9b8ec2eac8afbb106a 2,743 1.00/1.00 vMB 12
852,920 852,920 000000000000000000035f213f146354d90350f25f2fff3b414c47ca77620d8c 7,073 1.00/1.00 vMB 5
852,919 852,919 000000000000000000004a70add9c8d18eff8051f82d8a9411c8582374d3513b 5,595 1.00/1.00 vMB 6
852,918 852,918 000000000000000000032abf2338c16bda5974f7dfb73a69b7814a11a7535a91 6,382 1.00/1.00 vMB 5
852,917 852,917 0000000000000000000366b722b645f71157d8531ebda8f73c4204c5ec946df9 3,132 1.00/1.00 vMB 4
852,916 852,916 000000000000000000002f44bdacc4dc5cd5b3cbd2d4ab9da51dcb5b9c5e299e 6,105 1.00/1.00 vMB 6
852,915 852,915 00000000000000000000a7715fffd9b8e83ef66b6c748c262c73b3e75079d513 1,314 1.00/1.00 vMB 4
852,914 852,914 000000000000000000021f351a067d7791bdae989dda2ddc0a450c54f688602a 5,624 1.00/1.00 vMB 5
852,913 852,913 00000000000000000001b898a444ce5aa72a2833b96bce3f508e799e4d10028a 2,687 1.00/1.00 vMB 6
852,912 852,912 0000000000000000000100a0752fdd9677780ba56e9fbad6270993221fc55a0e 3,977 1.00/1.00 vMB 8
852,911 852,911 00000000000000000001eeb20ff1d323da83835366eab55872a21568dd8937e6 2,405 1.00/1.00 vMB 8
852,910 852,910 000000000000000000026393a4627423725c550eb9211041e5b8e979f88a66e2 3,291 1.00/1.00 vMB 6
852,909 852,909 00000000000000000001608d4f0a0db36870479eaafe8369aea3354b9d7a7298 3,093 1.00/1.00 vMB 11
852,908 852,908 0000000000000000000110ce11af5ff3a265b6d8620ca43c802fa41b20116b95 3,132 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.