Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,636 transactions (0.91 vMB)

Priority:

  • 1 sats/vbyte = (30 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,096 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.91 vMB 2,630 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,095 (888,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,827 21,827 000000003d0e21a473042a9203b45a8911d711cbdba28198e22a1353fd6ffb2b 0.00 MB 1 0
21,826 21,826 00000000f18942b3438f0f572081169d1707be5735e9fd3c6c89a0467cf609ae 0.00 MB 1 0
21,825 21,825 000000002f0ecf7941c996744090581a96555b7f9cb03c26880555826030e329 0.00 MB 1 0
21,824 21,824 00000000a6c93e27be9dba35d776e41a4cdba867ea2545f11565529b2cc8f571 0.00 MB 1 0
21,823 21,823 00000000605c01a071f2d812ae5c3b4ebbe520e5335e7b497aadf6869a4586b2 0.00 MB 1 0
21,822 21,822 000000006ebe89dbf131f6b20643637c3e28fbef3cab7f7be23ceb6ee396fbfc 0.00 MB 1 0
21,821 21,821 000000004b5c5918c02a1005728d9dcd87e181af6c4f5f02108a0f1cbccf07d5 0.00 MB 1 0
21,820 21,820 000000009f29982d3eda9fae87b0d7a744c828d7f456b36ad9f1f02849faa9e9 0.00 MB 1 0
21,819 21,819 00000000e59ce384bbce750e2e138d70becb3a5976813de25a32296ad896ea37 0.00 MB 1 0
21,818 21,818 000000002190423fa80a565a4841d6ed90afccfbd7acc8944046cd1112d29f10 0.00 MB 1 0
21,817 21,817 00000000428fa8d0a6e1986c17ed2d1e356d538aa04f608553317ca6d16325a4 0.00 MB 1 0
21,816 21,816 00000000d1ee86c29bc564638470acdc17ec2f47d6a3007528d6374220c65c6d 0.00 MB 1 0
21,815 21,815 0000000023da574253fc3eb2660d1e8f2bf5f57e985dcbba0564115e713b8498 0.00 MB 1 0
21,814 21,814 00000000dc444277d73404d4f7715e07f9027b4c70a206057247aaff6213086d 0.00 MB 1 0
21,813 21,813 00000000d7f2a721bc65306077907eb3ab9e13b4640f6a931e82ebf255def2fd 0.00 MB 1 0
21,812 21,812 00000000fd20a8827df52c454309aa8b4551d1663750ba9464c85b905a13b029 0.00 MB 1 0
21,811 21,811 0000000063a1013799586bb625799c576ed5046a32962f0d73b30742131aa8d9 0.00 MB 1 0
21,810 21,810 00000000b938b26a8a483cb6e61fe968c7f51a89da1348c45051a98d35218597 0.00 MB 1 0
21,809 21,809 00000000b7c3fc455bf3bdb24b73cf299986ae996004952367124063f2888da9 0.00 MB 1 0
21,808 21,808 000000005fd35259a4ae1ef682244a71e372a712558a89222c4a6effc4c40cca 0.00 MB 1 0
21,807 21,807 00000000a103f4328764e834a7a198a7fa88be08598883aab5d925af29da0615 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.57 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,188.03 GB sent, 116.31 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.