Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,627 transactions (1.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,592 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,469 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,591 (888,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,931 20,931 00000000e1676b168ba805fcaef8d19680ecf35f3483671518b572f11eb53fb9 0.00 MB 1 0
20,930 20,930 0000000006354087739afa651f6f0f992ee14f88d4396aa41c060feec7fe65bd 0.00 MB 1 0
20,929 20,929 000000008e391466e3c7d9591736f666017ef20409b1822a08b863e3d6be1ea0 0.00 MB 1 0
20,928 20,928 00000000de3556f91d28ea64ca850ea0b21e1229091ad4bcdc4934ed06da2f1d 0.00 MB 1 0
20,927 20,927 0000000044b41b4076870630306de2eb2ea36c73e13d86c6da5d5c7ba3256856 0.00 MB 1 0
20,926 20,926 000000000916dcf9d664547d425c5e4df0b35b5babd037a23e801f7d803f6f48 0.00 MB 1 0
20,925 20,925 00000000c8199f9ba533d4944a76aa7ce61db6a3c62b0e2f3d3b9cf08cfb1b0e 0.00 MB 1 0
20,924 20,924 0000000006d97f24ff118d31411cbce402d0ac33227e64a16f76ede881ec250e 0.00 MB 1 0
20,923 20,923 000000003b47f3885063cd13fced1876e898fb1fab9c2cfa6ad22fdae27d6f8a 0.00 MB 1 0
20,922 20,922 0000000061c905c0cd55def96ff230cd868f3063ba79729d585fe9ea8a4aadc7 0.00 MB 1 0
20,921 20,921 000000003fbc6d90c0a435cbe82596ca90fb2ad8859248925203120c05bdd788 0.00 MB 1 0
20,920 20,920 000000001b88b19e134abf1f66cd99d884686b15bc137a326bbd2f7bb8d2d632 0.00 MB 1 0
20,919 20,919 00000000ce23568b9fd77a8b898036a99b03d0e5096c5992a6e1f7d4648a2729 0.00 MB 1 0
20,918 20,918 00000000428c33dffa50172c04a2745916e832075848a458a68b98bdd3a6d197 0.00 MB 1 0
20,917 20,917 00000000dcee04f763df2c5189c4731742fc6770f61c3665bd19a7d5f1010633 0.00 MB 1 0
20,916 20,916 000000005ec2dfa158e41e33ce3e5b227d98d413e197ad9ea84e70cc19c43bb8 0.00 MB 1 0
20,915 20,915 00000000edd57e3bc2cffa36a182e905a718756225486a19d0d2f7a8d36ef3ad 0.00 MB 1 0
20,914 20,914 00000000818560ce448db793d6379f70583e7b30f7f7ea2fef68675e0d8df4cb 0.00 MB 1 0
20,913 20,913 00000000b5bbd7e2b4ca9f9f61f945ba0c805b39f32393e9849c1450a5b33a09 0.00 MB 1 0
20,912 20,912 0000000081df5785fc5afd8d2154d4bef8a31beaaed7cbe4a4d764f15bd84b1e 0.00 MB 1 0
20,911 20,911 0000000055596cdfc12a7a06700c5fa76a23868ea2526dc6f18b7c88c05ded84 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.65 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,095.90 GB sent, 111.56 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.