Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,457 transactions (0.82 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,109 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.81 vMB 2,452 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,108 (819,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,491 90,491 000000000005c17ac3982926a2d881b47f3a089dc93905254845413375814e1a 0.00 MB 2 0
90,490 90,490 000000000008247ecbf23343d9c859db9099279b2355e8b58c0183621d6a4849 0.00 MB 1 0
90,489 90,489 0000000000037e60a6e831f9e362ad6d5e379d9d612d78a5c362eb39a1a34d91 0.00 MB 3 0
90,488 90,488 000000000009e7d10be3e00511b3eaf4b7308351f930cd75115c296a7b3ffbc8 0.00 MB 1 0
90,487 90,487 00000000000df5f7bf98e10dbeee80794ec2297ace53fe3cae3c79662ade098b 0.00 MB 2 0
90,486 90,486 000000000013504f3a4493f1e3491622fda5e6d203787376728b1fd5cd7a8d5e 0.00 MB 2 0
90,485 90,485 0000000000136eefcb677091f0afea15bddd9580ec0e2df06cefcc308371d69d 0.00 MB 1 0
90,484 90,484 000000000006c52b23417d47f75f40688831af592e6cfcf36e2c7e3d9d3f1b73 0.00 MB 4 0
90,483 90,483 000000000000ff53567d33bcfdcf4ddb51f9d3488ac44d2b1fde6c7884841b5a 0.00 MB 4 0
90,482 90,482 0000000000065bd35dcaf3dd0f2839ec3951fff25b28d743cf811f29b01649a4 0.00 MB 2 0
90,481 90,481 00000000000eebb145715d292ea62de16b95e6b71458e5af53f97e12f4e32bdf 0.00 MB 1 0
90,480 90,480 00000000000f9968dccf0eaa45509ba28b3af00081f7395a95b56b30571c0e3f 0.00 MB 1 0
90,479 90,479 000000000011e4bf828432235e86ca2e2a49e350702fde5a17089ba36dfab22f 0.00 MB 1 0
90,478 90,478 0000000000030546663048d8db51c1d9fe0ef59365aaf062161f1c9a2a49a809 0.00 MB 1 0
90,477 90,477 0000000000116a8ccc696840af0878706f6ec06114247825d2f583f02a95134e 0.00 MB 4 0
90,476 90,476 00000000000978db8f8f8e46e5fc324c6b00ba444b97713566b893ebb0e6d61c 0.00 MB 1 0
90,475 90,475 0000000000151ab0696463837eb1c7870456c1ceaef8f5ab56feaee5bc086c4d 0.00 MB 2 0
90,474 90,474 000000000000455e3eca816e896c66657381911246a62a61e2827bfe234e5005 0.00 MB 1 0
90,473 90,473 00000000000abd3a13518aaadcb7835a6c73da3922810dae588284f8972a0af5 0.00 MB 1 0
90,472 90,472 00000000000bdd1023fe48ba3b7e279f018b1989babe91efe6bb032613e01d33 0.00 MB 1 0
90,471 90,471 000000000012fda65cd3e956bccc31028a4ba0a2e9ae910b6607fa1593301a16 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,189.58 GB sent, 116.46 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.