Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,146 transactions (0.52 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,493 000000000000000000022cb30000000000000000000000000000000000000000 0.52 vMB 1,139 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,492 (883,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,640 26,640 0000000094747677505cf8bb59c353af20841b28324c0cadeea6d30b616fabd9 0.00 MB 1 0
26,639 26,639 0000000041ef425ad9b66763e27e0f20f16862aaeaa31feb79b3db7443d904c9 0.00 MB 1 0
26,638 26,638 0000000013229fcf2ac1f3a4f61ba91c1db3106d60074447c86ed44828df5b68 0.00 MB 1 0
26,637 26,637 00000000e1040d2a356c4051b50902acc45f233ff64d22cf5b45f3d08a0da790 0.00 MB 1 0
26,636 26,636 000000003b94cc10514fdb8ab38d2d09aad767cc508e2c661b251c55639d02ae 0.00 MB 1 0
26,635 26,635 00000000dd889f136dda3ddceddaae7669e736a82278bb391ae2ea547f7a8583 0.00 MB 1 0
26,634 26,634 000000009ca6ce71a1aa6ec0900dc50bb0241ca9994d771b39e94a92ca196cb2 0.00 MB 1 0
26,633 26,633 0000000094a690b7adcbaa64f167d9167d613f87997407da1604e887044cdb44 0.00 MB 1 0
26,632 26,632 0000000092c7df02e216cf0b91c9065e1723d85702c8ba615557ae1e0ac65ed3 0.00 MB 1 0
26,631 26,631 00000000fc36e965b33ed341949af67708fd7891821b369d5dfdf9cc6099b36c 0.00 MB 1 0
26,630 26,630 00000000c54b2409f8a6d469fb2c43d3fd94614991e6594929c1b5e8b10d2e5b 0.00 MB 1 0
26,629 26,629 0000000065272b12fbd41387d1d11896d3bc7b2d43847f4793685d4d0b17f1f2 0.00 MB 1 0
26,628 26,628 00000000fb57271d099a7735b2c10f9bd4e2e19d1a479c409f19df2c8d4265bd 0.00 MB 1 0
26,627 26,627 00000000e5b4669a9bb0c651b92fc993ab5d15fe09020ae75350144013e2b104 0.00 MB 1 0
26,626 26,626 000000001c94516cd75230bd59949bb682ba83e76dc2ea758a1b17eeca0504d0 0.00 MB 1 0
26,625 26,625 0000000029cac3937643a2a0c848cd08078e18c534559cac31add44abab47c0c 0.00 MB 1 0
26,624 26,624 0000000028857935c79b570667c42f9b478e56cd412ce6ccc07681662951ccba 0.00 MB 1 0
26,623 26,623 0000000009f4392fa0c32e74ed47725612ff218b637515e02af33f08deb20517 0.00 MB 1 0
26,622 26,622 0000000050eb98311a36789161952ec4fe31b019338eda12d612f1a69837ef8c 0.00 MB 1 0
26,621 26,621 000000009d802a5bd944ab704d0b5bac6ca91b30e1613276ce88cc0ad2f8ace5 0.00 MB 1 0
26,620 26,620 000000007f5ffd4d797647f93db36834f21220449a076a53cc0c8cef7ee7c239 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.30 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,244.05 GB sent, 120.04 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.