Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,921 transactions (4.46 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,278 (899,752 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
9,526 9,526 0000000026043b432e4c6bd79d827582acb9c72a09e21fadeece7eda2b3729b8 0.00 MB 1 0
9,525 9,525 000000004013f5eba4a7825f8cdb1bbfe8fa9d2b359adc4ad1da086db08227e8 0.00 MB 1 0
9,524 9,524 000000004a6484386e4f23ce779f7a6ae651c15c64db1ccd927fc633442b9e77 0.00 MB 1 0
9,523 9,523 00000000b5c402362622742217dcbf6488bb7f6cd6f3712eaef85c1734f657d7 0.00 MB 1 0
9,522 9,522 000000006401b8f289c114b1c11b97eaab640b06cf977144b34bf0eaa69aee81 0.00 MB 1 0
9,521 9,521 00000000659e1402f1cdf3d2fd94065369e5cde43d6a00b6b5edcff01db50000 0.00 MB 1 0
9,520 9,520 00000000a9bf1908345264b4433ebc00479bee71f142821b46b87a12a91a1bd7 0.00 MB 1 0
9,519 9,519 0000000059b3af167907578525bd8cd41697761192e4aceb2129d9701d13a49c 0.00 MB 1 0
9,518 9,518 00000000ca4019c36fc34ce3485f0bf44ac2439c593b11399059a8ba421b2a97 0.00 MB 1 0
9,517 9,517 000000003035b7da49f22c5a5356017cc50813dbb2b6c90f0a1544bebcbeb50a 0.00 MB 1 0
9,516 9,516 00000000559e947f8b14b23a3270fd3c222164b797d90269dfc2efe59e7d5183 0.00 MB 1 0
9,515 9,515 000000008c8d5c9265bc740fc8f539797332b9c2d19bab4e9b215a9a0a9d2e95 0.00 MB 1 0
9,514 9,514 0000000052ab68c20deabfd537a4f40ce88bbd29bdc91b86fb791a701a7af723 0.00 MB 1 0
9,513 9,513 00000000c60596cdb860839242211d9a17ba734e397636135e7744303d189a0b 0.00 MB 1 0
9,512 9,512 000000009be075c2742955e8cad5aa09390e2e7feffdfecc371bdcae0fb60951 0.00 MB 1 0
9,511 9,511 00000000faac558a7a5266c3c678e53b53b88a619b00dd825395b8e4ca44cdd9 0.00 MB 1 0
9,510 9,510 000000003ef4d27daf6dc6488206e439006466d2b9b3681ae07512e3f8f0a212 0.00 MB 1 0
9,509 9,509 0000000024825a7f2109431ab025d4e49c0c08f4b904d29b7e5251c779deadd6 0.00 MB 1 0
9,508 9,508 0000000050a320dbfdef05548c50321c8acf5a611feba3d7103771f9638cc397 0.00 MB 1 0
9,507 9,507 00000000332b32f70008b5275e72fc2a2d103b2559da7f0679db424c2d2eb928 0.00 MB 1 0
9,506 9,506 00000000e0aa228fd33ef41299c7451f0c1d331ffb77cfcdf27379fa75bac6ff 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.05 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,046.74 GB sent, 108.34 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.