Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

882 transactions (0.34 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,786 000000000000000000022cb30000000000000000000000000000000000000000 0.33 vMB 860 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,785 (872,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,670 38,670 0000000047afa593fa1537c067361bd03ec4806e8e311cf0df64f13fb70f6616 0.00 MB 1 0
38,669 38,669 000000000b854fb610503a6e0d319244bde5dc3f165c0fad050b4e9e7131237c 0.00 MB 1 0
38,668 38,668 000000004ed91984dedd03af8e8c046698715239bf02e140e566d7a8dd313c82 0.00 MB 1 0
38,667 38,667 000000002b28eef07404e2845d989be0bb919aab2a14d1283f8c777e60aef2e5 0.00 MB 1 0
38,666 38,666 000000007ca171b14d5fbfd5fa974e5ff325410eb6a495f0ea3b46be4012d13f 0.00 MB 1 0
38,665 38,665 000000000bc2529a87fd9e5d089a528dfcc482d3c7a567403932cde120f874b6 0.00 MB 1 0
38,664 38,664 000000005af0da13a633cca7c176f6eeff12bdd1494d5faea11a1bebb4ac0cbb 0.00 MB 1 0
38,663 38,663 000000007743b07e59f0f6f2206eabbf9d369527c226bf6ccb548a1f74c512da 0.00 MB 1 0
38,662 38,662 0000000022f64d3a3cd9f6b6b90533c4c2636abc2aace7cfce611950d8e15a99 0.00 MB 1 0
38,661 38,661 00000000591b87bb0d8c436d172a93f39b2dc5858c52a5fbc822fb3bf88728c1 0.00 MB 1 0
38,660 38,660 000000008643191bd71e9d61407a8d46032e43f293d1246435863b92c4633007 0.00 MB 1 0
38,659 38,659 00000000577df09c0e823a172741bf38d53c9902b1c7f3dd1cd49944fedf0f42 0.00 MB 1 0
38,658 38,658 00000000405755b58f148c1f8784437dc568ecb2cc09b9ac18e4643b1cfe88bd 0.00 MB 1 0
38,657 38,657 0000000043467cc093abea77c50431727a440c1a08a706666651f687820a040b 0.00 MB 1 0
38,656 38,656 000000004a444b328102aba926da231cb077b81315dfa4c5557fde23d60b910b 0.00 MB 1 0
38,655 38,655 000000002ba6cf0e33e6b3e4b28ab02a63ffa0ab5d2f3e73e04314803a159ec8 0.00 MB 1 0
38,654 38,654 000000005fb8e2eeed1f0254a9fd97a971127b1eb3d9bdbee9e31d42af49d7ae 0.00 MB 1 0
38,653 38,653 000000004cce0336f93ef9e500eac389216a09e2887b9009ac71c094f579f2a1 0.00 MB 1 0
38,652 38,652 0000000036ffa37e63e81a94f957bee0ba9e526f77114931d63de9a9f4306845 0.00 MB 1 0
38,651 38,651 0000000076f5dec78ca13ae0f9f0bf5bf08c7d3feae795e62a235b3994cc8ab0 0.00 MB 1 0
38,650 38,650 00000000022fda07786e4e2e195f0e9e1aad44f7a419582177d8767c3358eda6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.84 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,295.30 GB sent, 122.84 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.