Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,495 transactions (1.61 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,341 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,891 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,340 (881,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,568 28,568 00000000057abff505abf30498ae648bfc9f046866e81e6a1aa0e1795a28dd16 0.00 MB 1 0
28,567 28,567 00000000b1c1f206c1d83a799c248eca6432ccc89487be9b4f6753f81d68d3b7 0.00 MB 1 0
28,566 28,566 0000000033924690a9ebc4474cb6a80325d71760bba53d3997925eeee9e720f1 0.00 MB 1 0
28,565 28,565 000000004bcf2784d018081bd974fd987390baf3ed8b7f00ff6f27dc6edb67f8 0.00 MB 1 0
28,564 28,564 000000009408743bfd7f5eff77b598764defdc40d3f847dcf9f500277dfb2a8d 0.00 MB 1 0
28,563 28,563 000000006a236085c8c7d2f702b7f5697c1dedd0a101a70c06a29fcfa247c9f1 0.00 MB 1 0
28,562 28,562 00000000c8bd5976f06463341afa1b06408d46288faed380e3296a88ed45e8b8 0.00 MB 1 0
28,561 28,561 000000001ec27c70fda30dde0639dec726c0f99cd3830700cf0dd847b904ad56 0.00 MB 1 0
28,560 28,560 00000000131164c16089c3b93b5fd3b11e9917a53518490b8d26d1964d094174 0.00 MB 1 0
28,559 28,559 000000004e4e61bf4edb9f7acb9880afff2bf24e4dbcdcdeab97ce4a2290b29e 0.00 MB 1 0
28,558 28,558 00000000a6e5c756bafa5093b1aa7d6a4073d888356790cb197d60b888b2cd2a 0.00 MB 1 0
28,557 28,557 000000007ad70c88bbbb4cc91f765152353e41d213a456b31aec534f6e4a9f97 0.00 MB 1 0
28,556 28,556 0000000019ac807a08bf545284d938e66c01e123938e8ce99aa4b3667fe2f3cd 0.00 MB 1 0
28,555 28,555 0000000077ac1f98f89c6fcdcd4f2cd7dfaf7a7a2f6b1ed149d8fb4c3cf89e7e 0.00 MB 1 0
28,554 28,554 000000001bf1e96206b9dc9610b49c6e3d30ee9fd0b71f34997c4ee5a5b73b25 0.00 MB 1 0
28,553 28,553 00000000435bc3122849bf9d40bd949d18c7b85528319175ec3545ad449b9a14 0.00 MB 1 0
28,552 28,552 000000004a3cc77f1bb4ce81cad2734e6dc179791c66d7720cf4e75431440765 0.00 MB 1 0
28,551 28,551 0000000070746afe3605840cee0b9d76040031295d2bf83c0561f82d2b50d16d 0.00 MB 1 0
28,550 28,550 00000000fc01198df374ccf5699ea332359a9541d2ef418d876079fdc55f4a1b 0.00 MB 1 0
28,549 28,549 00000000c2c4d7875b20c11dc6515a821580081840bbd376cc8ed9cc4f1b7f7b 0.00 MB 1 0
28,548 28,548 00000000b064429727a1278db9c04cb365b580c3cd8b3aff8fd6818ad7aba13a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.03 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,231.88 GB sent, 118.72 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.