Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,133 transactions (0.94 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,647 000000000000000000022b910000000000000000000000000000000000000000 0.93 vMB 3,126 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,646 (400,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
510,781 510,781 00000000000000000056e26db4b0ed0081599e8210beb025913ed67815940c70 1.05 MB 869 18
510,780 510,780 0000000000000000002aa000349e6026d40c0fd7c3c2a1244b502a49053b3273 0.70 MB 921 63
510,779 510,779 00000000000000000016f545c747e24e535e5b8f6d83be6a479ee7fa1ec8bb8e 1.00 MB 185 2
510,778 510,778 00000000000000000013b0fcf34e10dcf2a641847e063ba731db6c1902bbec3c 1.02 MB 550 16
510,777 510,777 0000000000000000005761538b0d76091ad96f28f0c729ec36f5fc6cd9337b44 1.00 MB 204 5
510,776 510,776 0000000000000000005076cc9d053ca447c80e15615334838f68d19b3a01d102 1.00 MB 144 1
510,775 510,775 000000000000000000450d89f6ccc373c8642d3940c178493ea371e434327159 1.06 MB 1,649 41
510,774 510,774 00000000000000000044d1bac3161fbb2af5dd72c81350cd2d4436df37ef6498 1.09 MB 1,243 43
510,773 510,773 0000000000000000000fa10d0bc79c4f954bc4e08b461643ed9b3bc5c7af5eaf 1.08 MB 1,583 40
510,772 510,772 000000000000000000591cc3b17e32b0b6fd2835c2d95123bd8989f63c673bc7 0.68 MB 656 41
510,771 510,771 0000000000000000003aba8f4c719302871327fb7ef82ac0c9ae66dd14c9f87b 1.01 MB 442 15
510,770 510,770 0000000000000000003751a627776300673a16b8945faefd1182f683aff12faa 1.06 MB 2,013 68
510,769 510,769 000000000000000000369ebf09309aa639867edd660913fa589d77af49ff0b06 1.01 MB 570 16
510,768 510,768 0000000000000000003cc5fae4c0d4f92855bf8fabbf4cc974745599e265b8f2 1.00 MB 260 6
510,767 510,767 00000000000000000029b7df7ebab51dffa1df3836522392f37889e7e87fefae 1.00 MB 204 3
510,766 510,766 00000000000000000016e6bb964c0539fb6d0c56783ec1b71dc2747a0f4921eb 1.00 MB 401 10
510,765 510,765 00000000000000000055e96b3972df173f9c4447044cf8f87bdcd229623148d6 1.05 MB 1,981 60
510,764 510,764 000000000000000000035ed94d952a9aa6560e0b3a363b69f7281b967f104d9c 1.02 MB 443 14
510,763 510,763 00000000000000000047f2c60026a237bc14df950eeb000de97c56057f682cbb 1.12 MB 2,569 78
510,762 510,762 00000000000000000032dd607c5953a5401a6df77974c1dff2841a5da20efa84 1.04 MB 1,039 24
510,761 510,761 00000000000000000040d4616a24cb40d22394f27b7228cfb1847724c6d26b4f 1.04 MB 1,161 31
Previous 10 blocks ↓
Total Size: 776.43 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,423.53 GB sent, 130.81 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.