Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,580 transactions (4.59 vMB)

Priority:

  • 1 sats/vbyte = (24 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 4 sats/vbyte = (3 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,277 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,159 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,276 (902,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,015 7,015 0000000015559531952fa7908718ede81c33efad510e8b18c4ffe8ded5764b85 0.00 MB 1 0
7,014 7,014 00000000c02cea79e7a14c92a7ebdc0a3ce377088df5bab6ce84d4ef871be01f 0.00 MB 1 0
7,013 7,013 000000003bbc16f32eea23690b57b647ea71582048c7033729868ee78b57e82d 0.00 MB 1 0
7,012 7,012 000000005e01dc927c8446c518f741f3f3776234e18a44b8db2979bc8b1ecff8 0.00 MB 1 0
7,011 7,011 0000000029a5e818e3e74610dc1433265156472f21778c426f86797aece0f29c 0.00 MB 1 0
7,010 7,010 000000004b7d7f8bcb61b74b3bf6af5c34bd504224da9476522b94b05ae6043e 0.00 MB 1 0
7,009 7,009 000000000ffe966bd0cf881d3e0e96f0aceebc2a888e0f906fcb206b618f34f6 0.00 MB 1 0
7,008 7,008 0000000006e019b125d0d3c80c1adb46bb8b6f5242967eda74904ccf68046766 0.00 MB 1 0
7,007 7,007 00000000a73029e1a5567a04e0f893fe1fd13fd017900b96a4696a7560026359 0.00 MB 1 0
7,006 7,006 000000005f180e6d0b2a46c27b3458d56b1ccfa95c0d416de101f4a00bf137f2 0.00 MB 1 0
7,005 7,005 00000000b4852e4781193991e5e336082d0c8f65aaf2e336e338146077366ff0 0.00 MB 1 0
7,004 7,004 00000000c9b99d80e54f26a4c2be8853c8e9815413c14eaaf1dc437e6943c2d6 0.00 MB 1 0
7,003 7,003 00000000d42c2da0e9574cc0c6bd0fb9917dda230e54e92ecbbf4b1f798fe2aa 0.00 MB 1 0
7,002 7,002 000000003c33351232ed433627d1cbc8b8ead2dd39a110305573bb7b8034432f 0.00 MB 1 0
7,001 7,001 000000001bbde9ca358ef26004688ddf7f6bedba1869ebf2482831b6d1376be4 0.00 MB 1 0
7,000 7,000 00000000febe750c27cd55f8bead2b0d4faf33ba961f9e3c0314791ab90ade55 0.00 MB 1 0
6,999 6,999 00000000bced95e8d882530a8d2350390a8147c42e1bc6917b3dab4cc6363298 0.00 MB 1 0
6,998 6,998 00000000944e3364a71446e8a21c45e9fac1d356b6671c2b76276ce091ee7eb6 0.00 MB 1 0
6,997 6,997 00000000202e241e5270b7ba44929a822724ccadba9b8846bdc01d8ea9f3d8b9 0.00 MB 1 0
6,996 6,996 000000000d9c8fc997b6cedd8a7a6c671ceb3bc51e5cbc01621454408ae3fc71 0.00 MB 1 0
6,995 6,995 00000000dc2da453e2d4576146e6edfc41c01b636e420a9fe0e2d1b36a2d894a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,046.33 GB sent, 108.31 GB received

Notes

  • This page updates every 5 seconds.
  • 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.