Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

166 transactions (0.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,890 000000000000000000022cb30000000000000000000000000000000000000000 0.04 vMB 165 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,889 (873,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,663 36,663 000000004061954fc5eb37fef30d167fd5de325d45069891bcb3afed958c04a2 0.00 MB 1 0
36,662 36,662 000000002cb3dbf52e236220b6b1bcc13ac95730c3cba02e722575ac1b63902c 0.00 MB 1 0
36,661 36,661 0000000092272a18b66a4a1f777f18587a73821a69c95594d156c464c91423a8 0.00 MB 1 0
36,660 36,660 000000002a510fd7ceebd2e18902b4076b0b6a9f5b4c845d153d225baadc5422 0.00 MB 1 0
36,659 36,659 0000000000764bc22a0b92f07aa314c2abb86d7dd679977a762392c92671ad0e 0.00 MB 1 0
36,658 36,658 000000006c59b02e801eabd56c05a051ba54dae73d844826473ed09b219292b1 0.00 MB 1 0
36,657 36,657 000000008ec1ada7bdfb92c9964226c2f5a2647f03c3d56ad79795b0f611f383 0.00 MB 1 0
36,656 36,656 0000000048f7d7f243ffad3d8a3f0a30e3196a0fb052a35bc17960c7a07751a8 0.00 MB 1 0
36,655 36,655 000000005cfb06c3070c22fe0be55aa52420dd6baebbaea67f2818daa479998f 0.00 MB 1 0
36,654 36,654 000000002ae643530323b9070e827d837bb79be9ac08e1c8eea5beee4d000d75 0.00 MB 1 0
36,653 36,653 000000006f9cc63dc059cf8e7b4c4af6901a819c16a97f37cfe6037660628ed2 0.00 MB 1 0
36,652 36,652 000000005160175678f977509272975ec5abf54448c877ef158345b46c7dc3c2 0.00 MB 1 0
36,651 36,651 00000000b52a7063b790102cadee1528647c5ea018f2ab11701063d9e5395578 0.00 MB 1 0
36,650 36,650 000000008d3bbac33eb572dd888d92a7756ce7855f87237eae390b1013efe911 0.00 MB 1 0
36,649 36,649 00000000724ae5780798caaaed335b5e12653958fdb2445645a3730f4ebbc660 0.00 MB 1 0
36,648 36,648 000000007c03a9df77addedee9420bc7fae47c5509db84597ec75d30ac8ab84e 0.00 MB 1 0
36,647 36,647 00000000ab8eccdf7c7aea4972758c330e4ecb3f0e7ae21fc542a18d14fd4296 0.00 MB 1 0
36,646 36,646 0000000097277a6b21df04f9fcad561523f760c1736a0b205664f1556eb89744 0.00 MB 1 0
36,645 36,645 00000000639dcaec72a882c696667c437e3618127814134227e63c9a72125623 0.00 MB 1 0
36,644 36,644 0000000024eb94b2d1088165f8cec710e546f84228a44b895285158c698bac70 0.00 MB 1 0
36,643 36,643 00000000529f3ca3f8708cbf3952a7949a7a9e9031f975421fa71feb47a6c695 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.14 GB sent, 114.32 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.