Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

240 transactions (0.06 vMB)

Priority:

  • 1 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
910,597 000000000000000000022cb30000000000000000000000000000000000000000 0.06 vMB 229 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,596 (887,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,724 22,724 00000000a3c92a227464c6e5919e9108f69fb0da71780fbaaf7af2bedd43926c 0.00 MB 1 0
22,723 22,723 00000000e82511c43beba0773ffabf5a5cba013d1c5f418fc864f253b5910626 0.00 MB 1 0
22,722 22,722 0000000049d5494ad267aabb32294506df2d13b3612f707b8ed54b5342093110 0.00 MB 1 0
22,721 22,721 000000002510f69ba31b145e4bea0cb7186c4e719cf641c1db72a50682a1e5d3 0.00 MB 1 0
22,720 22,720 0000000080a36d083f8e16cc9fb4f4484af212786eb018fdc76f8a2695400409 0.00 MB 1 0
22,719 22,719 00000000c7948eb4ec8ad457bf1c9d2f762fddce844975cf0912cd39b61bfc9a 0.00 MB 1 0
22,718 22,718 000000005521a850614f98daa9f7423a08893e90ef0303393e7cbf180b4bf0ee 0.00 MB 1 0
22,717 22,717 00000000a8ffe863b2a262c74baa8837d13445238a8368277c9fccc112109da5 0.00 MB 1 0
22,716 22,716 0000000067ef26f681cfbaa5c1f4325798746434131947650dda0712f3fe8712 0.00 MB 1 0
22,715 22,715 00000000effc1d29eee5808036c90fb6046ace2c78ed8632e9107c1a12c147f0 0.00 MB 1 0
22,714 22,714 000000004097a27efbf47d5fe76b1b65c14b09db5aece419eeb62de368c16c95 0.00 MB 1 0
22,713 22,713 0000000033c8b5df72a060c200e128b45f3ec84541b158e5de4292ead4982f45 0.00 MB 1 0
22,712 22,712 000000004560b559806e1b5bff5edb3d5de9438cb000e7a44d2b8e07a910bc53 0.00 MB 1 0
22,711 22,711 000000001ce7947a2f7b6863dcabc372e50c00d981cbf2de386a6369585b3d11 0.00 MB 1 0
22,710 22,710 00000000564c411d902e367a0b01f0dbfe70b225ccdf037f2b595b3d347d73fe 0.00 MB 1 0
22,709 22,709 0000000029f0b1359b93a862eded53452b5b0f8a20b302eb1054559933a8238c 0.00 MB 1 0
22,708 22,708 00000000a414feec86012bbed3cfa2ef22dc0274a1f9ad88a5f1e58b2c76b7c4 0.00 MB 1 0
22,707 22,707 000000004024cad93ff1541563f2791530eea8b2181b02bfb3bff3b7d6301881 0.00 MB 1 0
22,706 22,706 00000000a5376ccf2a737281a8de8b2831ee7edc9c630169e8703cef7a612169 0.00 MB 1 0
22,705 22,705 00000000410e660c7d3081c9ab290cc26fb99fdfabcf7ba62eb2b03ade965ff0 0.00 MB 1 0
22,704 22,704 00000000d4fc1e0a92d958c0f12dc338a8ddde2c174a59b8890f9f1de1ae511c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.48 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,255.05 GB sent, 120.93 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.