Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,030 transactions (0.93 vMB)

Priority:

  • 1 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
911,843 000000000000000000022b910000000000000000000000000000000000000000 ago 0.92 vMB 3,030 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,842 (199,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
711,937 711,937 00000000000000000004a6f4e5ebe2c77363955fa394144d726638eac7eac6ad 1.59 MB 2,795 10
711,936 711,936 000000000000000000053587dc846cb3fdfa4f496cb31f66e1fc967f50381109 1.75 MB 1,806 2
711,935 711,935 0000000000000000000156d5b83adfbd8db5053f5a15cb8e6084e42a6b982193 1.49 MB 2,996 13
711,934 711,934 000000000000000000036fe305eda14654e0ca52251414ff53d832487d819e1e 1.66 MB 2,738 3
711,933 711,933 0000000000000000000ba4a3dfb65948b8acb1da6034b244b7559a30a054a4d0 1.71 MB 1,174 9
711,932 711,932 0000000000000000000c928c9fa060f431b1a4066a39433a6a86dca97821ba64 1.65 MB 1,554 19
711,931 711,931 0000000000000000000183642d89bac21de49558c349ddd906e7efb1bac79709 0.17 MB 348 9
711,930 711,930 00000000000000000004966529b45cd6f09f9634d53fc586e1e7e81284a86813 1.11 MB 1,659 8
711,929 711,929 000000000000000000009dbe7507be578f122d7391b1755cfb4daf9a1563b8eb 0.07 MB 121 8
711,928 711,928 0000000000000000000bdaee14cc551946f0902126f4fddc9ca180c31b065f82 0.87 MB 1,197 2
711,927 711,927 0000000000000000000334115a3f7b9d3fcaef645c50b5e2d5966c4900455705 1.41 MB 2,889 11
711,926 711,926 000000000000000000043a92e24d5580e6c46fcd6df3df9078ef3968932759ef 1.48 MB 3,175 9
711,925 711,925 0000000000000000000bc4c21a1044afd897208babdf9341cf09c3da72f208b9 1.29 MB 1,999 5
711,924 711,924 0000000000000000000379084c6d70e15b4ab3697050d177860992562aae550e 1.54 MB 3,102 10
711,923 711,923 0000000000000000000173c0ba08a2d19e1ba1ae33a0c293aad9154020599747 1.51 MB 3,273 7
711,922 711,922 00000000000000000006a58f8dadcf3ec293db0b6aade173f73ebb19c2182668 1.40 MB 2,774 7
711,921 711,921 00000000000000000007ddecc8d6956d5175550272d9861c4306e754a9fb95a3 1.46 MB 2,846 17
711,920 711,920 00000000000000000002170d4b2aab21130dded8db8ba94f56adc1ca2e7b3490 0.11 MB 256 11
711,919 711,919 00000000000000000008ea43b8e1665d06c3003edc7516d32af2c2ef713aa6e9 1.54 MB 2,127 8
711,918 711,918 00000000000000000004dba5c841750d233bbe3fa90a3517933ae65c9868190d 0.84 MB 925 6
711,917 711,917 00000000000000000004abcc85345645d519bb4fdc487c1d8a4d4b73300916b2 1.46 MB 2,699 9
Previous 10 blocks ↓
Total Size: 776.80 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,468.80 GB sent, 132.54 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.