Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

16,429 transactions (5.17 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,627 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,852 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,626 (893,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,754 16,754 00000000193c6943de35259d79ce0f711567371560c876e925b80449e384008b 0.00 MB 1 0
16,753 16,753 000000009d3c35aae79092c9a6e0abc674f7e0dc6e29b5a63129aeeabb345c58 0.00 MB 1 0
16,752 16,752 000000006ff4caecbd0eb0f75e5f27182886c337eb9f462b75871e3a3ab35d7f 0.00 MB 1 0
16,751 16,751 00000000ffd76c547245e25edb6ce120ffbde1254df21212c050cf81467869f5 0.00 MB 1 0
16,750 16,750 000000001ea2b11dd4a992f77351a8d9bf81ebc1f5024e93c2884866b82e618e 0.00 MB 1 0
16,749 16,749 00000000ec82a19c42b0d739789578889a2548d77a18f24545f2bfaeca9fba5b 0.00 MB 1 0
16,748 16,748 00000000f8413656b221456b2ccaf26ca8fb00f23d93225b2cc701f16a2931bd 0.00 MB 1 0
16,747 16,747 0000000078b5256b9380e47b7de181ac2970c4fe7e611a7f21466543fd048c2c 0.00 MB 1 0
16,746 16,746 000000008c26103c75cae57fada9be06a53a106b7d9f72fe3fe090f08835969f 0.00 MB 1 0
16,745 16,745 0000000021310db9021ebc1778cea28e60b500492ff167bcf048f52544953cb0 0.00 MB 1 0
16,744 16,744 00000000be21a30e4579bec33562d0e5f9052afcb3218553bb5c5cadf25149e5 0.00 MB 1 0
16,743 16,743 000000009c05198aec02ebf22659afd769fae8e8348c57320357e53519509187 0.00 MB 1 0
16,742 16,742 0000000045f3b991d5bba11161ba5704736e5e112e5e8c3a5f6556bc4b447b5d 0.00 MB 1 0
16,741 16,741 00000000de0536ba3baca379589a8703dae9bce59b355e592bcd7f79233d364a 0.00 MB 1 0
16,740 16,740 0000000086554a4e27e4a6c4ca9470135f78b78fd4f821451ebc30b1aab545b1 0.00 MB 1 0
16,739 16,739 00000000472656dcf0f5412118d9db2100cbc499aa8fafccb6c5b9f4024ea64f 0.00 MB 1 0
16,738 16,738 00000000cc9198e3bfac7f9d0550ac85c12fe7149ca626e3982227ce52da37ed 0.00 MB 1 0
16,737 16,737 000000006de90867c919d51e9d2e0a2b6500e7705165883ddf4b7e4d0210113c 0.00 MB 1 0
16,736 16,736 000000006db1f685f69de796873cf3f14f3eca40d3d9d43d521e9cb453a78aff 0.00 MB 1 0
16,735 16,735 000000005eb04e625df1d56295e3b87f2118954cbe57c33991006be48f84bebd 0.00 MB 1 0
16,734 16,734 000000003dae92be7008ed13fb36b9bafb1145d4084799c4375176a00df4edf5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.54 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,262.01 GB sent, 121.27 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.