Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,876 transactions (0.86 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,367 000000000000000000022b910000000000000000000000000000000000000000 ago 0.86 vMB 2,870 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,366 (23,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
887,465 887,465 000000000000000000027e510b894bf8225b6a76d66e85c3f0a3642291d60b88 1.63 MB 2,821 3
887,464 887,464 000000000000000000027755490437d3e7670033bdca1b1417a23fbe57691a07 2.00 MB 2,540 1
887,463 887,463 00000000000000000001f68e1a776e6a267bd90801bb92810a3701e97004af0f 1.90 MB 3,396 1
887,462 887,462 00000000000000000001fa15911b90f4daad111e17ce445170b850275877c62b 2.10 MB 2,968 1
887,461 887,461 000000000000000000006c260dca92c942a5734de21b1e1cbfce85d018ab316c 1.88 MB 3,746 1
887,460 887,460 0000000000000000000141e6489df973fe0782800d8174d95adfb59f5673b5b2 1.91 MB 2,914 1
887,459 887,459 00000000000000000000b325a0de2bd2f302b4f8995b3c39fcdf8bdaa0cc478e 1.62 MB 2,586 3
887,458 887,458 00000000000000000000c910848614c3ce55b2308ecaa5677a6ce3ef4f4444a4 1.79 MB 3,665 4
887,457 887,457 0000000000000000000274d1d18c61604b69acf4f26a7fa7de0c1825d2c20e6a 1.58 MB 1,871 2
887,456 887,456 000000000000000000005d1d0ffc708acfeae33fb2279433b6e2fc1a86f00eea 1.59 MB 2,046 2
887,455 887,455 000000000000000000005d6da9647c846dcc2e7bda7ec77d90c3239443b9710d 1.65 MB 3,408 3
887,454 887,454 00000000000000000000025572c6895550fb0f6fd3bd654f8c9b6dc7b1e49f40 1.51 MB 3,050 5
887,453 887,453 00000000000000000002436a5b7a710ff192503cd6867e0e68ba2f02d8de52ba 1.54 MB 2,905 1
887,452 887,452 00000000000000000000580a928dcb0bf1061629c32aa6ec823a764cad487a71 1.72 MB 2,570 3
887,451 887,451 00000000000000000002228ded1199d880fd1bae1caa116dab3ae2cf057b6e8e 1.84 MB 711 2
887,450 887,450 0000000000000000000201c472d0c0a19fe9cb90401526434d0f0e0f485747b9 1.59 MB 3,767 5
887,449 887,449 0000000000000000000181422169ff27815a57daeaffdfa36acb6d1cc0224412 1.51 MB 3,113 3
887,448 887,448 000000000000000000024529e05b27a21b76b4a4ca72ef3365d02ece30b74204 1.69 MB 3,960 9
887,447 887,447 0000000000000000000229eb20b88367efbda504f54a943bfec9aa3f0fd79ce9 1.56 MB 3,139 1
887,446 887,446 00000000000000000001cf84cc844aa9db70c96e5c405be484cd73e1e144bf49 1.69 MB 3,679 4
887,445 887,445 0000000000000000000218c6cb26622436a22843195bfe7174cbed99725914e4 1.81 MB 3,779 1
Previous 10 blocks ↓
Total Size: 775.92 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,401.74 GB sent, 128.44 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.