Loading Tool

Explorer IconExplorer

Memory Pool

45,086 transactions
27.37 vMB
0.10390731 BTC
Random Selection Loading Transactions
Max Size: 143.10/200 MB

Candidate Block

Mining Attempt 1df89063d159dc2f0b1d9015f0fb196ab819be80fb4e562c7b84d263da427fbc
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 22b77fa98f0f133d2aedcbef1a841dd90124eebe2d5727eb036bf57cf6a6f698
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,625
Size: 1.00 vMB
Total Fees: 0.04647823 BTC
Feerates: 151.01 > 4.66 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (357,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
556,931 556,931 0000000000000000002fb82d591c666514731baa97fc0a94d0a401f5a40cdc07 2,481 1.00/1.00 vMB 27
556,930 556,930 000000000000000000119f82b48738d934f0cdeac6c9c01be083046c108c12f6 701 0.33/1.00 vMB 9
556,929 556,929 0000000000000000001bfd5d682895d7f5cc934da6cef68dd0fce5ba618b76d3 902 0.34/1.00 vMB 12
556,928 556,928 000000000000000000257f3c1039e3a1556ce8040cf7bccb8b860bb5ec6bd5da 294 0.11/1.00 vMB 14
556,927 556,927 00000000000000000017df30ce74127aeb73730d8b9dbee3fba1a2969c7a112c 1,345 0.87/1.00 vMB 3
556,926 556,926 0000000000000000000560da46bda5162490ae8e472d1b1b2cc5223d7d6363a7 3,062 1.00/1.00 vMB 20
556,925 556,925 0000000000000000001eabaaff9b8cabdec20a7bef1dc8e88d1b05ea7c4efc46 1,598 0.64/1.00 vMB 9
556,924 556,924 000000000000000000078d98cfe2b817e770f07d95a22fdbe2a6673678c9503a 1,235 0.54/1.00 vMB 9
556,923 556,923 00000000000000000017514d020588d5a18a5e30e7335200a666b782f5009288 650 0.42/1.00 vMB 8
556,922 556,922 0000000000000000002055b5187990b5d5653c2508d8f5444737b6e265512f34 2,572 1.00/1.00 vMB 13
556,921 556,921 0000000000000000001bb2b74fd1e1326dbb5209ecad57808d42038bbc5ad9f7 1,093 0.43/1.00 vMB 9
556,920 556,920 0000000000000000001ff1e576e8496aa604d0ceca40156acb8c1c0244959e53 1,013 0.66/1.00 vMB 19
556,919 556,919 0000000000000000001ff002dcc6cbe35d2a42dda3e59e86bc37a2cd337f671b 2,991 1.00/1.00 vMB 3
556,918 556,918 0000000000000000001b54db3c289c1d10a2f3339ba7ef3104de90a23778f8de 1,629 1.00/1.00 vMB 25
556,917 556,917 00000000000000000020985679c2fc7b190475000afda9633112147e425e3897 452 0.20/1.00 vMB 49
556,916 556,916 000000000000000000282015bcce1d77863b8ebe7617d239c7521de028b3eb6e 407 0.37/1.00 vMB 2
556,915 556,915 00000000000000000004318846e8ee2e2843cf65346c8b485211e5b69a844ad1 1,581 1.00/1.00 vMB 5
556,914 556,914 0000000000000000002b044c227dce54aeb44b35c1fe1e20c9b8135b84e9631f 2,435 1.00/1.00 vMB 13
556,913 556,913 00000000000000000007e3f605bfbff55474cce8e57514b1e56ba567a519f707 2,762 1.00/1.00 vMB 10
556,912 556,912 0000000000000000002c9dfe3a25c00a668b071383313acbd9ccad4796af9a04 2,323 0.85/1.00 vMB 8
556,911 556,911 000000000000000000106040b2451fa099e87460a0ac63b676d263b3c36d0ea9 593 0.25/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.91 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.