Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,309 transactions (4.14 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,292 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,380 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,291 (846,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,776 62,776 00000000047d72161f354655f94b22593629f88889397d048c2d8390771239ab 0.00 MB 1 0
62,775 62,775 00000000041018bb20e94ecd33df24a1cc9e1b4742b4c9e4e76b7217f9a73dfa 0.00 MB 2 0
62,774 62,774 000000000b4cc77b18fa946506cf7b7afd3d1b26544a53a3c7f3775a9775b593 0.00 MB 1 0
62,773 62,773 0000000008d8b5ce8a124e5bad0c4deb30aa967846e683b97962a379bbeb1524 0.00 MB 1 0
62,772 62,772 0000000000452a69c317e99cd0de8e589a69198c80670068512afa6a0ab2ffce 0.00 MB 1 0
62,771 62,771 00000000052646b5b02257f468c6e8161c5ba556670318f574becb7eefb2f193 0.00 MB 1 0
62,770 62,770 0000000007df0aa709e6c799e4556c0a23dbb3980a6cd3cc0b1e57cabff60a3e 0.00 MB 1 0
62,769 62,769 00000000024e9d0c6a081f90d74c9ef553b59e800aefd0c4950a8b1c279b843c 0.00 MB 1 0
62,768 62,768 0000000003ce31e8d118da8eee6f0b2718b2aff50cb3fc5d3387aa1286000199 0.00 MB 1 0
62,767 62,767 0000000005b63cc7d9763340a17dbb1617671a2c066e1e5d60947703c93907cb 0.00 MB 1 0
62,766 62,766 00000000087fe82dbf70f751a029be848a202aa8c1051f9cb54a8793a9622225 0.00 MB 1 0
62,765 62,765 0000000000c444df8be242c8dda1dd0b02a0ea96ca892437975ad8dba1c69896 0.00 MB 2 0
62,764 62,764 0000000008c01ef0003c8203c2e431435aaa7824761ecf6f208e752d4a804325 0.00 MB 1 0
62,763 62,763 0000000002ce41787b8a37647eb3b0e18f20b429cf0f08a442d5391755219842 0.00 MB 1 0
62,762 62,762 000000000b11974803fee709b57a69fa0dc5f04acdffd5baa11e3512cf488748 0.00 MB 1 0
62,761 62,761 000000000b89c6655a265314c3b671ead896678e3a20f31efe2703ce79637797 0.00 MB 1 0
62,760 62,760 000000000d0d6ad91e234c53f86c14321c4fb99c0e7ef8980a171b19912f5584 0.00 MB 1 0
62,759 62,759 000000000d11c88ae2400d5d1d6ba8845e39263fe54934beb632fe836248f17a 0.00 MB 1 0
62,758 62,758 000000000029ba229036e0c59852085d92561cfc2d3ea01faadece29ea5260ca 0.00 MB 1 0
62,757 62,757 00000000017b8cca195dd61ce7f1943c03e1c9643600abdb4728653b23621705 0.00 MB 3 0
62,756 62,756 0000000007a664e6cb3d9b6bfea9243c75d20fdffa92bbe9349800534ab8defb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.08 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,048.24 GB sent, 108.49 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.