Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,937 transactions (1.87 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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,464 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,258 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,463 (853,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,659 55,659 0000000002b6e7dde469cbcdc33dc316409061c7a25cb45fa1775add826caf43 0.00 MB 1 0
55,658 55,658 0000000011130bb4565b28faa14c9786f0f31c07b845d2aa174d2335448a3049 0.00 MB 1 0
55,657 55,657 0000000000573092a3db6da38c2f4ddfc3643695cfd635e2a22cf733d42a6a38 0.00 MB 2 0
55,656 55,656 000000000fc1a5aa1819a09d927f3dc7704cc7c39b05b4fd8b61e6ca8dcccedd 0.00 MB 1 0
55,655 55,655 0000000001a7e114ee814c287810d4bda8d180aa38d5392ae2814a9d491953e8 0.00 MB 2 0
55,654 55,654 000000000035d3817b2262c6be227ed8f9f82835ce48e05c61c062ec27f548e1 0.00 MB 1 0
55,653 55,653 0000000010c1988fa76e97d1ba8b1723560f70b37a3c4995cadf138e0a6f23ae 0.00 MB 1 0
55,652 55,652 0000000000681ffa3296c2205d4e625be332eaa8d4398c1e6cb1aa27f5829129 0.00 MB 1 0
55,651 55,651 000000000b8c590029cc272e75e7f48663e080f84047d732bc2996eb5b45acab 0.00 MB 1 0
55,650 55,650 000000000b74af38d490908dd0d1cce70ecd9b620187917140ca7ac03dfbea35 0.00 MB 1 0
55,649 55,649 00000000072f351c30147ab25a4ab4e656ef2f28c4e5d16b2135a8cfd9e2615c 0.00 MB 1 0
55,648 55,648 00000000010dfa3657b378a621b62da28c9bf29aead2edcfd39a795a3feb7a72 0.00 MB 1 0
55,647 55,647 0000000005dbcf7fa919977d5701697215721fd4d9434a5cd935b1128a1ca321 0.00 MB 1 0
55,646 55,646 000000000202e2617ca151f3bf3a434fff802edc34be36e4cef15dcd43737d7e 0.00 MB 3 0
55,645 55,645 0000000000b896f83263fe47619eb274701abae3cbe101a167bdab11080c5a76 0.00 MB 1 0
55,644 55,644 0000000009943f0159ad003360e72c764c63b6b856b2676e685659940f89b714 0.00 MB 1 0
55,643 55,643 00000000013027809783a9ad0e1a3c4193f8909983456927d12fb091cffebdef 0.00 MB 1 0
55,642 55,642 0000000007d0a0beb6e7597cc07a97ce55d7504ab0765553080fcf704b918e5a 0.00 MB 1 0
55,641 55,641 00000000106927890548575d654f515ba5330372ae35fc839e42230c23b4d87c 0.00 MB 1 0
55,640 55,640 000000000f3491c3cf6a3ee9b6f939cd721844d9112c7f872c47cf8fe0f0f95d 0.00 MB 1 0
55,639 55,639 000000000794289473a1d898070b27bb79b14c6bc2fd8c1268582c59bdf17e2e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.41 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,079.73 GB sent, 110.27 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.