Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,839 transactions (0.68 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,819 000000000000000000022cb30000000000000000000000000000000000000000 0.61 vMB 1,833 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,818 (894,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,658 15,658 00000000c1742daf5e22e3747470710877f0034b3ebc48043124e429a5812460 0.00 MB 1 0
15,657 15,657 000000004692d13ecb30f9e6eaec3fdabf2f6398254ffbaada627586b7183000 0.00 MB 1 0
15,656 15,656 00000000ec249ae652c09b7e1e973fcf7dec60df5570b616e1f78280de9476fb 0.00 MB 1 0
15,655 15,655 00000000df90b42c6ba50b25ab874d9a24be79acb835d304abb405434d31cae0 0.00 MB 1 0
15,654 15,654 00000000633a7fcfe77cc1580c3fb94f752ec62296ec9aaaed8980f45a3632fa 0.00 MB 1 0
15,653 15,653 0000000051f46d4c9117c93c2f2a8ad0fbf664a18f205347004fe86db78c494f 0.00 MB 1 0
15,652 15,652 00000000eab61e0859f4e93c02ad4de33ad6959c9444fb0fd1a3f90ed630586c 0.00 MB 1 0
15,651 15,651 00000000e61d7a0ec81c4a2639b9182db3461bbad5074e13c4ceb3a3661dc3b4 0.00 MB 1 0
15,650 15,650 0000000061b628fe1603c0edbf82b4868cdf42fb1441da27ffc4a1dd9f5bee34 0.00 MB 1 0
15,649 15,649 000000005b19f0549205d62719e9a8a07fc69b691c31588ed9ae2d6f70340a70 0.00 MB 1 0
15,648 15,648 0000000030b21a8f8d19ece1b5cfe72335daefc55272d2c5cd0483d9f95522fd 0.00 MB 1 0
15,647 15,647 00000000d4ab89e8c16dbc231970b1e6c522a8095b3d84a22c9a6c308d6dc0a2 0.00 MB 1 0
15,646 15,646 000000003e940e45e97f507adbcdc0aa6493feace00242688e0e7f78874a7a4e 0.00 MB 1 0
15,645 15,645 000000000516c4b7902eb5e48cce99ba718e131050011673c34bb262ad085886 0.00 MB 1 0
15,644 15,644 0000000066fb9f80fda19c004f6469e374b1de89e391ede712598fc74bc42cd4 0.00 MB 1 0
15,643 15,643 00000000fc48bcfcb0fb1272a6f40befb3a22325cb5954210527090ba4524993 0.00 MB 1 0
15,642 15,642 00000000da11276c94499bf82c5921d6341ea5f5166c53a542815cd117785430 0.00 MB 1 0
15,641 15,641 00000000a444dc8668441cd85b09287f2b1189c07b360c8dc1b8a82a82d26a6e 0.00 MB 1 0
15,640 15,640 000000001309f1909457265232dc9a28ebfd497b4b7c22fdaf1e5ea1580d9aca 0.00 MB 1 0
15,639 15,639 00000000cf882f39439b0727dd6693b9417e611b2bc8e5895db30c527564bcbe 0.00 MB 1 0
15,638 15,638 000000005cea418163d8c9c01a82bc9dde32b62e5508232cf2ba0f10ac05faac 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.06 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,165.17 GB sent, 113.63 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.