Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,081 transactions (1.92 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,894 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,760 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,893 (873,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,743 36,743 00000000bbfa41e50b2a0e04d72502a7e3323a2f6606389f7665ffe3c93be8d2 0.00 MB 1 0
36,742 36,742 0000000051173d970119fe01e557232fb4ddd5e72401bf20034da9fb1c186f17 0.00 MB 1 0
36,741 36,741 00000000828c3a223dadd7fee4f3abdbd13330aad893da35f86be606d9aba732 0.00 MB 1 0
36,740 36,740 00000000965bc3fa8217a5467a9d6333628490a6f9178d931fa38a55fedadb34 0.00 MB 1 0
36,739 36,739 0000000003f57cf6e5fa84f9c9319b98e78acdcc3f798259e12220bdf3afc987 0.00 MB 1 0
36,738 36,738 00000000461d705abe9dd8f179c1afabadbe5051dadf6ca2ff04ae26d1bb572e 0.00 MB 1 0
36,737 36,737 000000007143030bd151fe91f381604a2cbe18ab557d273fac1980a08496891d 0.00 MB 1 0
36,736 36,736 0000000023292eb56d680bbb7dec5bc777790b1c5e378f8a1c9da0bdac5c04f5 0.00 MB 1 0
36,735 36,735 000000007a55ab0d57a619fd1c6c6a6dd40161bd3dca5acfb16e0c50e6ad22e3 0.00 MB 1 0
36,734 36,734 000000009a79765660c2635dc41a3265d05c9c2c13f7fb43da40d48e16d9dea5 0.00 MB 1 0
36,733 36,733 0000000099ddbc9096850dca9df49c8e6a02d138f03a76627e0406778b45e624 0.00 MB 1 0
36,732 36,732 0000000090b43c6cb7fb0cd7ab2f1fb581b6ae0ad9610f877a8e9a513ce099ec 0.00 MB 1 0
36,731 36,731 00000000890fe30104f69f6ea40a7b0e982dbb5e38a0f17b31bae4c40f6889c9 0.00 MB 1 0
36,730 36,730 00000000a8c23c0ca1252d80e7d5553e94e16d41717fb49aad84806c2a6f230c 0.00 MB 1 0
36,729 36,729 000000002cb6b964fcc85262a97ab61799456c522d2d345dc1b4de6e6b0a6582 0.00 MB 1 0
36,728 36,728 0000000020d313077150840ea15d1f391f13ace2729cf4d78fd67df7204d5f91 0.00 MB 1 0
36,727 36,727 00000000503c13e2857b67936b76af13c5ea88f1a51f26cc25506a0fa16211cb 0.00 MB 1 0
36,726 36,726 0000000073e29a6c9302d831696faa4227a83fbd9692345cb32e16c25e8bd9f1 0.00 MB 1 0
36,725 36,725 00000000640b864779be638964e592888d374c48b33edda7733e8b2d5c5d6eb8 0.00 MB 1 0
36,724 36,724 0000000072ea9153d926f9768aa62220191ab338e9373093bbe90f3099299aab 0.00 MB 2 0
36,723 36,723 000000003a924496b40c604392ccd042321b0bf54251f2afcaafaa566d472120 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.20 GB

Node Information

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