Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,732 transactions (2.44 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,127 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,705 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,126 (583,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
327,629 327,629 000000000000000001f1de43e2864690976e20de8cea5a5294465ddfe08098b3 0.24 MB 428 26
327,628 327,628 00000000000000001d32a9597bad6236ef943c66a07bf66f6518641c1f6368bb 0.32 MB 506 51
327,627 327,627 00000000000000000fc9eb2a255248d4feee32219a130140f9810eb86e5d8890 0.75 MB 1,550 29
327,626 327,626 00000000000000000a7b9afc6dfbdf681b388e4685c920ff13a984ef10f0672d 0.29 MB 441 25
327,625 327,625 00000000000000001c03bc5ab334cdba75d6fb5f0e3b3692c50f261d354df1f5 0.10 MB 119 18
327,624 327,624 000000000000000010d7ff6a5ad3cd1e5517b4b45b89e4eae6b43ad18949391e 0.24 MB 433 27
327,623 327,623 00000000000000000c0640eec41814ed5d10402c280a478735532d3f59a821f2 0.20 MB 459 29
327,622 327,622 000000000000000005c4cab97fc4e9b71ea7efa09f85b452d1c85199a2210fa6 0.12 MB 268 29
327,621 327,621 000000000000000016467399462c964b97ffbb4b0396c59675c0f413a1de9565 0.46 MB 863 29
327,620 327,620 00000000000000000fe495ebc1aac74cd192dfb3c47b888023cb271022278f7a 0.45 MB 708 27
327,619 327,619 00000000000000000ffbd6fa2dedb118b6e9bfe7fe7ad63b0c7b5fe73b5a93f2 0.02 MB 39 22
327,618 327,618 000000000000000011c260e301f0c95d572d80dfd16b242d32a15ad5f151735b 0.41 MB 757 30
327,617 327,617 00000000000000000861d85776e92ed4d9cecc35bcda7ccd352c456af94e6068 0.00 MB 1 0
327,616 327,616 000000000000000015a5b01e4439024c4a81999a92e93cebcb66f01138b1ddc1 0.32 MB 616 33
327,615 327,615 00000000000000001753aea87f40267cc98422fdd48146305a7d6869a581458f 0.54 MB 887 26
327,614 327,614 00000000000000001914a51f8edd7c23eaf10242d4078db46d4ab5e426a2b828 0.02 MB 24 4
327,613 327,613 00000000000000000b0cfef4aefb55a6dd2198177e27e402a767743c3f3c94a4 0.10 MB 133 15
327,612 327,612 000000000000000009108ef9e0c8f26635a4cb273fe7e72ddadc04db03de956c 0.51 MB 1,057 29
327,611 327,611 00000000000000001c9e94b3764184bad32e3932ed5a712d41ed34297f3e6b6f 0.26 MB 504 30
327,610 327,610 00000000000000001e868d9f9a1b4c80d9e1d07a4b4dde1185df6f33c98331d2 0.36 MB 512 22
327,609 327,609 000000000000000007780bd481bc920e4cb73176d63b935d4a04754f91860514 0.75 MB 1,736 31
Previous 10 blocks ↓
Total Size: 775.48 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,372.58 GB sent, 126.17 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.