Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

924 transactions (0.37 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,790 000000000000000000022b910000000000000000000000000000000000000000 0.36 vMB 870 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,789 (89,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
822,095 822,095 000000000000000000026b3d3426f88d958a2a55b38ac91dc58451be774e7acc 1.58 MB 3,756 299
822,094 822,094 00000000000000000000eee0a3a3ed3c56af733752453497567d902c6c5424f9 1.59 MB 3,611 337
822,093 822,093 000000000000000000008cfe4cc82600782ee346205e1578cd3eea1e6ac1bb51 1.59 MB 3,895 375
822,092 822,092 000000000000000000007a5e25051810f49ba759feac2b38adcff54544f3ec89 1.31 MB 2,114 242
822,091 822,091 000000000000000000025d98d334224794a7f33061a708d01206dce973ea91c1 1.24 MB 1,582 219
822,090 822,090 00000000000000000003c3f2187d6506c3a77a47575d1a5041cc7959b3621ae0 1.64 MB 3,978 241
822,089 822,089 00000000000000000000163bab0b733e0f1bcadede61bc1ff2f47630eb1d981f 1.60 MB 3,845 371
822,088 822,088 00000000000000000001711945737c49b15e128d3ca6987f516b200f4d238507 1.67 MB 4,387 279
822,087 822,087 000000000000000000005e3bd44623131537fa092584ad81eae607d8c26861c8 1.65 MB 4,216 257
822,086 822,086 000000000000000000003c3ccae8ac34718e8047a6ee1f0a6a342321f3c85c3a 1.63 MB 3,415 280
822,085 822,085 00000000000000000002527690768b1bbdabec34d25afdffaad2454eb1d7343c 1.72 MB 3,852 287
822,084 822,084 00000000000000000001199ac8e0ef0641da1adfce6a23e6c6c65ede09998ddb 1.56 MB 4,091 425
822,083 822,083 000000000000000000036359850105021cc6d10adf72119728b468ebee84f496 1.66 MB 4,082 328
822,082 822,082 000000000000000000038908b208f2bfa256123364e161cc2fad0b470f1a13b9 1.60 MB 3,962 372
822,081 822,081 00000000000000000003506d97cc7035ed36e9f94b7e8c061fb36afd08215923 1.60 MB 3,845 364
822,080 822,080 000000000000000000000dfcad433b1ca6c3d85a304c9c2ce7fe64ec2fbe4496 1.59 MB 3,721 399
822,079 822,079 000000000000000000018c06d8facdba6558ddf92e797804661b6137564694b4 1.58 MB 3,634 383
822,078 822,078 000000000000000000019fc9f8c7cbbb8c2a91d8656f862f325c0e86d0913509 1.59 MB 3,846 417
822,077 822,077 000000000000000000029e6165657d341f37a2bfc6fb8a4e73da8b32de7ffd47 1.55 MB 3,848 533
822,076 822,076 0000000000000000000006174198933527912454158fffd976670d6fd6475de9 1.70 MB 4,348 426
822,075 822,075 00000000000000000002dd49a9823d6652cdfaf6abcd6d7df46b993b2db984a7 1.72 MB 4,378 475
Previous 10 blocks ↓
Total Size: 776.70 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,442.65 GB sent, 132.03 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.