Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,300 transactions (0.92 vMB)

Priority:

  • 1 sats/vbyte = (5 blocks)
  • 2 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
909,633 000000000000000000022cb30000000000000000000000000000000000000000 0.92 vMB 2,299 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,632 (888,691 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,941 20,941 00000000282d2f128710773a46d98e88c60c7244c1c3a4ed6b5643869ebcfa58 0.00 MB 1 0
20,940 20,940 00000000c3e6709c83ecbe40e62c0158b991399aa5910680463cfe3ee98da670 0.00 MB 1 0
20,939 20,939 000000004059cd7ee86e6676b9953e96703a21be2cfc34645697ab1f8079a637 0.00 MB 1 0
20,938 20,938 00000000cfc3653db45d895c1f5a73b861742647300c7932675d4db1a91f5b8e 0.00 MB 1 0
20,937 20,937 0000000008d87bcdebd6fbc7b55da1844f989082c97cebd2aa1a87e67f0bbf1a 0.00 MB 1 0
20,936 20,936 00000000d77354206430faa60dda23a2f15dffd7c96b242755b9ad65725e1ac5 0.00 MB 1 0
20,935 20,935 00000000371503c0fedc2229d40ad396907c81ab47e6a1f09b8130384be32d69 0.00 MB 1 0
20,934 20,934 00000000c23cf4ba74bbc15f2a11690c69864331a000eb311ccc3d48c583ba28 0.00 MB 1 0
20,933 20,933 000000007435cebda11ee1b735a4e4b620974168e14eb263b11eb70d43c9fe7e 0.00 MB 1 0
20,932 20,932 00000000fe4aa1eae0d5bd6ba8f65c5010ec966c70bbd2b686ee6fb9c1b6d695 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 772.73 GB

Node Information

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