Loading Tool

Explorer IconExplorer

Memory Pool

82,533 transactions (20.36 vMB)
  • 1 sats/vbyte = 30 blocks ()
  • 7 sats/vbyte = 18 blocks ()
  • 8 sats/vbyte = 9 blocks ()
  • 10 sats/vbyte = 8 blocks ()
  • 12 sats/vbyte = 3 blocks ()
  • 14 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 144.05/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,722 000000000000000000022b910000000000000000000000000000000000000000 4,141 0.22053186 BTC 1.00 vMB 18.55
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,721 (710,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,459 202,459 00000000000005585133e8ba5b48242d16ef4888995351130dc0417262ea4827 0.25 MB 549 149
202,458 202,458 00000000000002c794e00ce09de873a2f7a2a18b08650250e1271f5f5416a14f 0.12 MB 184 108
202,457 202,457 00000000000002025fb15d59642853feb399fd010998ec95c241b70d0281910e 0.17 MB 246 86
202,456 202,456 000000000000015b5ad850afcfd98f5af81ea693bc00ca92dda5edcdee1404c2 0.00 MB 11 306
202,455 202,455 0000000000000047c809abbf6031b6b882cd5d788c0a93805bed007293722d58 0.11 MB 186 176
202,454 202,454 000000000000008563809d3e87256c22588d0936aa2dbd6f54fcece355a8de6c 0.21 MB 701 165
202,453 202,453 000000000000030f83b1389b79b43bc3da3f351bdf1fa6e3ca1898fd9a8f8da0 0.42 MB 1,012 141
202,452 202,452 000000000000021fc2a72a561af89a681bc1c7e967b146e318e5144f29330c2e 0.42 MB 620 142
202,451 202,451 0000000000000565a4cf8537c1ca339d13ea71c79055900c1239f97c14c1aad4 0.26 MB 384 219
202,450 202,450 000000000000003443d25e862059e48ddf6b6bbf1364e6bcbc63b8088507266a 0.05 MB 140 209
202,449 202,449 000000000000034dd54b2f3f24f40316a766f70ae4c3fb639c0b6c779e6d52df 0.00 MB 10 182
202,448 202,448 0000000000000025cdddef542e3bbb1d9609331420fa2aeb007625133f6eb411 0.25 MB 611 147
202,447 202,447 000000000000009d4be39f7f2958b46a41e78b231af9864a611b0f025a4b85ee 0.25 MB 934 285
202,446 202,446 0000000000000002fd3d2fa6932f0c58774606814991a419b10ef2e42915a212 0.05 MB 134 221
202,445 202,445 000000000000019c4ce40d237808db6d358e6ead597b0c2c2b77d3a98e3b8a77 0.15 MB 273 92
202,444 202,444 0000000000000000b556aa9cf7e25ed01c802daae18b2438144c9e11281b0ba3 0.46 MB 793 106
202,443 202,443 0000000000000542f4252844253a0d82ed7f681054bff3458ce0f19eeffbb840 0.05 MB 66 59
202,442 202,442 0000000000000157613825eb3be389f28a1a556739a74798d4a4f9d02fcdd95f 0.25 MB 523 111
202,441 202,441 0000000000000085d22ffce94e73f9f71916402c50040298a2ebb64627df53c8 0.25 MB 923 249
202,440 202,440 000000000000040f63aaf1ba037b1ccc6f4aa31c8787d8ae3d88e11e37c6a512 0.05 MB 148 44
202,439 202,439 00000000000002843a2ed2a272d2af3dbe81b6152c776299414e09425ce7898d 0.01 MB 32 482
Previous 10 blocks ↓
Total Size: 778.34 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 78
    • Outgoing: 10
  • Data Transfer:
    • Sent: 127.76 GB
    • Received: 1.30 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.