Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,686 transactions (0.98 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,521 000000000000000000022b910000000000000000000000000000000000000000 ago 0.98 vMB 3,682 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,520 (91,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
819,775 819,775 0000000000000000000140fa8c26db0f7c9ed1157cbeb86e53598d7267b8ff2c 1.63 MB 3,059 159
819,774 819,774 00000000000000000002a4d37952ccec25b22db035896354fc0af5078676f467 1.60 MB 2,949 145
819,773 819,773 00000000000000000002175ab04075c3ddb732d6bc9451c9c10ae9c7f87dc6fc 1.61 MB 3,325 168
819,772 819,772 00000000000000000002db33a78579b3c9a5dd124e064148d61e5b3c5da1693c 1.43 MB 2,974 182
819,771 819,771 00000000000000000000417d12f3cf61291354388b4942c18ab76dc1d623f82b 1.55 MB 3,641 125
819,770 819,770 00000000000000000002fbce3bfa756b09d983d90a0f38bf3d5eccf2726cd530 1.67 MB 3,646 123
819,769 819,769 00000000000000000002aba958918e35f0dd348675e8b8863ddfedd0c111d269 1.54 MB 3,446 136
819,768 819,768 00000000000000000000e26e6d7eb82606545c9ab93d913967dda108bd3dc079 1.51 MB 3,645 143
819,767 819,767 000000000000000000024d52e7084aab7973ec4a333cebb54035159884a5fde6 1.46 MB 3,273 152
819,766 819,766 00000000000000000000292eeb365e645dbaae09a65e90f26a57e41913798be7 1.58 MB 3,363 122
819,765 819,765 000000000000000000026dd7aa8956ce16bba634be067884618eefbb84ca0371 1.65 MB 3,699 108
819,764 819,764 00000000000000000002ffdce1b07dd5b59f448905f9b61ac9a89bd9d9563487 1.52 MB 3,455 132
819,763 819,763 000000000000000000020fb5a16766e93872074b5376c4117f08d747c761cc8c 1.59 MB 3,738 119
819,762 819,762 00000000000000000000cef2ba8b5f2acab8c2c3906a435b51969b61165e866b 1.46 MB 3,147 130
819,761 819,761 00000000000000000000f6ef8eaef6bfdb984a0b0fb4fa9624dddd5e48838545 1.62 MB 3,502 128
819,760 819,760 00000000000000000003ebb95c104c25a324783fdf56f8cce6ccb33d083dfa5a 1.65 MB 4,231 129
819,759 819,759 00000000000000000000043113db7277e8f6231d9c1bbe9b8a85c8258c936514 1.52 MB 3,957 171
819,758 819,758 00000000000000000001d375f0353e004739aa768c52dc0c4920dec3b8eb2a2e 1.82 MB 5,192 142
819,757 819,757 000000000000000000031c5cae6c1030e8f7bb443d276560e1f06a052aa09b73 1.71 MB 5,037 159
819,756 819,756 00000000000000000002d7d052a47a7fa79a955754f0c06174f55fbebad6a83a 1.82 MB 5,234 126
819,755 819,755 00000000000000000003d905f2889bf0e2157b9ae625bd9dc36010fe96ccc0e0 1.66 MB 4,220 140
Previous 10 blocks ↓
Total Size: 776.20 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,412.88 GB sent, 129.71 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.