Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,769 transactions (2.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,075 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,194 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,074 (894,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,941 16,941 00000000b37c2753d4796fe3b8277ffa9539c7095c85a0fec9551e833db7cf79 0.00 MB 1 0
16,940 16,940 000000006ff004e19e28b8db5ff245dca98e063d2a2066b27dda443040be3d60 0.00 MB 1 0
16,939 16,939 0000000096be3ad4dfcdde1f84ae195c86e9f14fe236aa95a88ab0b7a43e453c 0.00 MB 1 0
16,938 16,938 000000008657d757ccbf9ae29ed6a95a3112cceb02f0ac651c869160d89f075e 0.00 MB 1 0
16,937 16,937 00000000a437a4fd9cee5d129a6c68b41726bf1050a1409fdfe1544f5b0c9f57 0.00 MB 1 0
16,936 16,936 0000000064003bbee224ba98700db4e9e4f811d1153dce2f3806c296067bf1ea 0.00 MB 1 0
16,935 16,935 00000000239f84b176a6de76da24065f339c709b1a5c525e39858a2e07ce60a2 0.00 MB 1 0
16,934 16,934 000000007f8402e9863ade87ef203150458ae0ec4f2d507b6414465f978e3e25 0.00 MB 1 0
16,933 16,933 00000000bda4ec3ec0b92c2bbb46951d9837838bbbf48bcc62f8314cb9109aa4 0.00 MB 1 0
16,932 16,932 0000000010040843da29e502fcf4286dc91fc3cd60c66cd4ea4cfa4fa6f72021 0.00 MB 1 0
16,931 16,931 0000000042b98d9b00176be598aa811312db92707182670eda849186ae2a9367 0.00 MB 1 0
16,930 16,930 000000003f863d126ad620689db088e16d9f07108e20306e82574c78f583a02c 0.00 MB 1 0
16,929 16,929 0000000058a2e5d9c3c3661ea3047078c0d3c2ea8e3ab57e2667aad9abba258f 0.00 MB 1 0
16,928 16,928 00000000aad1609fe8d10b72ac64cbe16e3d815c4a275ca05338b7e3f4ffb2d6 0.00 MB 1 0
16,927 16,927 00000000f903271abc3f5d30591072f6159a4bf6793b3fb66523491ae5b0b164 0.00 MB 1 0
16,926 16,926 000000002134cd2e63d8dc3d5325d7e9455df0190ddb5b24b3d7cef36d177fb3 0.00 MB 1 0
16,925 16,925 000000005a30022dfb4240222ae31da74e89c1751c15a1c8fe98190ccba4bf2a 0.00 MB 1 0
16,924 16,924 00000000f0365478d42c3f824197a36def1c5de0b515a6ee1945af5c487affe7 0.00 MB 1 0
16,923 16,923 00000000715fed5e8cc6ee795c016cd40c81c66651a81a6f9612f26aec63dfb4 0.00 MB 1 0
16,922 16,922 00000000d339591a996d8d3069f3cfed1dec06d39920ec2d084529bd4e4d78dd 0.00 MB 1 0
16,921 16,921 00000000bd15ee1a20b2d3cb2207c9856719f89420b640d71ae7362aa003d4d1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.38 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,368.37 GB sent, 125.72 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.