Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

356 transactions (0.07 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,648 000000000000000000022cb30000000000000000000000000000000000000000 0.06 vMB 331 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,647 (889,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,072 21,072 000000003bf4a1dcdedd6f8ed64b920d49ccdde03ba8dd7334695987e5bda9a7 0.00 MB 1 0
21,071 21,071 00000000e5ca89122a9e3b9809a775f6e5b5e0f86179114cba3421ae7533ffee 0.00 MB 1 0
21,070 21,070 00000000fd699af67ead2c41fc6d6301b56f3a29ffcad40d3132f2b579ce4794 0.00 MB 1 0
21,069 21,069 00000000a3f52c6e0b1abdef5df96b12423d9ac7f0323481e5bbc0791599211e 0.00 MB 1 0
21,068 21,068 00000000a072279f1c9d3f87932ffdee2479c4d242fef0ce1336823481bd9c27 0.00 MB 1 0
21,067 21,067 00000000215251b508100751973b2b084fc19c4cda2d819a39c8077d4a8ed1d1 0.00 MB 1 0
21,066 21,066 0000000064db1801c4e0d6c2cadf252f82da587f917abffffb16d59ec46fa289 0.00 MB 1 0
21,065 21,065 000000006c2b3f99a9716dc29025c90f8affb68d97fd5fdc56bd8530ccddaa22 0.00 MB 1 0
21,064 21,064 00000000d272fd98dff5f3040862530de4a614eb93ede2a2e28ee1711f4125c4 0.00 MB 1 0
21,063 21,063 000000000dd982a533ef02fe63f0059a1d79421bb1740d4312827be2548813a5 0.00 MB 1 0
21,062 21,062 00000000b5f3e403dd49430c0ac7ea14cede88167e23bbd3a065a5473a056c34 0.00 MB 1 0
21,061 21,061 00000000d04ba587f5aa183f517d1ef97842f2fbaaa7d74ad0b633654a3db5d4 0.00 MB 1 0
21,060 21,060 0000000010eac34e8181a9c752ff95a1f92850e2476f8224d6527de37244ae80 0.00 MB 1 0
21,059 21,059 000000000639b77dab57e2ac16696faece552048ee3341a92f053ac2fd70d392 0.00 MB 1 0
21,058 21,058 000000007af6b766cc8ce65cb26ecd9084d2c0f41c4edbb60329811acb71a84e 0.00 MB 1 0
21,057 21,057 00000000aa04de46c7e8b0e707538dc46506424f70712bd378f4b97421b63dd2 0.00 MB 1 0
21,056 21,056 00000000b639a5e03116a93da2def25246a5c232606cfa15a71298753a854154 0.00 MB 1 0
21,055 21,055 000000007297bc6e76ab8ef72b653c10b33611c9e1c0b7bbca1dfa042ea3070c 0.00 MB 1 0
21,054 21,054 00000000bd1dab2d77999780c11eb8f43e92137756325fc703a1bd8a0ae73180 0.00 MB 1 0
21,053 21,053 00000000178e648ddb70594c8b1a91a4344689db83a31cdc2f26be1080e3761f 0.00 MB 1 0
21,052 21,052 00000000148b5856db92e4cf08dc5ba63199f810c4dd1e65b0c3e656edad2b50 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.57 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,279.66 GB sent, 121.45 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.