Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,710 transactions (2.63 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,285 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,063 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,284 (847,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,804 61,804 0000000006b0535754f2b4ef84fcb6c0ca082041508d430da603ca5de725a808 0.00 MB 1 0
61,803 61,803 000000000bc9b3ad397e6d6b43d4a9597ba4dd1cfc92d731cd2a22a06273675a 0.00 MB 1 0
61,802 61,802 0000000007dd2bbf4b28468a8aaaf8a4d7bdcea8603eb1a7ab532055d29ed2fc 0.00 MB 1 0
61,801 61,801 000000000b5c3321950d538338780437f6b4c3982ed0d5cc449d2fa33ec3143b 0.00 MB 1 0
61,800 61,800 0000000006a6427e644f74f57dd1a3090d766929d1006438a66e42f558e9f7ea 0.00 MB 1 0
61,799 61,799 000000000eb9e0d2f4af5b427f8862f09903b81e8bbbcf3e55d1df9014503ad1 0.00 MB 1 0
61,798 61,798 0000000006212daec5010c7356516734090edcc82c3e01fd9a671b5b32cbfa64 0.00 MB 2 0
61,797 61,797 000000000343250ec93bdcb74885e2b806a978c077da66d9fb1583c9dac7d9c5 0.00 MB 1 0
61,796 61,796 00000000073cf9c64a55ee811e391698f86551020bbe0af71c4c12745e96d9e8 0.00 MB 1 0
61,795 61,795 000000000d3ad43e8cf5c0d5b3ad4175ac1bd74f18b8ed58bda9ddb1aea9af3c 0.00 MB 1 0
61,794 61,794 000000000e8549aab52f2ceaccd87c1f76cb78f46906a960564a42dfb0fa71fd 0.00 MB 1 0
61,793 61,793 000000000d4525618146ed446b33fdfe5fb522fa073f5f9fe76fd41959cf764a 0.00 MB 1 0
61,792 61,792 000000000dd67ace6a96cd506d4a89dc844d4e1016d1a1c05a1d1a518efef215 0.00 MB 1 0
61,791 61,791 00000000082ef9976eb126f974c3d61c32a49ba1d6a79c10e875da2ae57597fd 0.00 MB 1 0
61,790 61,790 00000000061dc566c295e4de05de1247299f0083270e8340ae1d5165b4cbb089 0.00 MB 2 0
61,789 61,789 000000000a5b3c1ced8063112f38a0b092109f08262546bef41604512a1e5a77 0.00 MB 1 0
61,788 61,788 000000000a20bbfd5c372eb10f79fdc4183f296d4fa2d504b1d9890a184cc347 0.00 MB 1 0
61,787 61,787 0000000005eb6ee09751f090fe072554087b77b05b547728631d991677c65019 0.00 MB 1 0
61,786 61,786 000000000d2655a0c5ba2d79c208ff2f795064d1b5f33d75d7bfd0994713eb52 0.00 MB 1 0
61,785 61,785 000000000d59d5d0e2efc4a74f71e567fcbecca026bc17cc4bd67d7841f71171 0.00 MB 1 0
61,784 61,784 0000000004684c0362e437ca52490fd79bfa80943d77c691071aab65ffa96c49 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.07 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.97 GB sent, 108.39 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.