Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,878 transactions (1.28 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,491 000000000000000000022b910000000000000000000000000000000000000000 Now! 1.00 vMB 2,740 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,490 (592,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
318,860 318,860 000000000000000001e69399c055e72cb1d3754af0d91ca7e7825c32fb663db2 0.15 MB 345 36
318,859 318,859 000000000000000006e735dff69ef430465d3bfc6409a44058577cd9b37c50c0 0.01 MB 29 19
318,858 318,858 000000000000000025446131b5cf4406757bd99aea592dd0f190e1c9ed41963b 0.05 MB 105 68
318,857 318,857 000000000000000017d724c9c8f8099141b8524f44de425f5104e39a666b7265 0.12 MB 234 24
318,856 318,856 0000000000000000174e3cb8771ced15dc5af6030af324e166665ebe3b9e8871 0.26 MB 531 28
318,855 318,855 00000000000000001d82215ca4f1b1b9658011a9b027affb12728fec87619efa 0.27 MB 383 23
318,854 318,854 000000000000000006b37e15f86230301134af647a70416039d4db3c79d2144e 0.11 MB 171 23
318,853 318,853 000000000000000014388b7028ae3f2af49b577eb5b15e1468a4981f4fa102a1 0.32 MB 547 26
318,852 318,852 00000000000000001910a46d0a96616263b38b433176d1dea17213abdf2ec481 0.09 MB 165 29
318,851 318,851 000000000000000015d48c0a3778c9575f931429fd7bd7c9106ff66f57a5f0ac 0.17 MB 297 21
318,850 318,850 00000000000000001a68185a1b9a39f446a789b79f95b86bb4225309d1dfc859 0.15 MB 252 28
318,849 318,849 00000000000000000b5e3761db77df24e80c27ac5e2a2ca9038059a31415c5cf 0.21 MB 404 31
318,848 318,848 0000000000000000171a46195ee3b5f5f0fc842bf269138629d78275f43d95ec 0.12 MB 158 16
318,847 318,847 000000000000000017bdb8bd075374a4a2f7b84b103d3a2f7961ccdbf8f2a33e 0.27 MB 497 24
318,846 318,846 000000000000000010e789e8658c05bfce709b241ac591dc16739d0d4c958d15 0.44 MB 773 25
318,845 318,845 0000000000000000170ea4f4e00170d10a6dd562415793b3ae7c13353dfe1ea8 0.66 MB 1,219 27
318,844 318,844 000000000000000014c8b0e1f8765845e6ca07c2253b992ec7f7369ea4fbf72d 0.06 MB 152 32
318,843 318,843 0000000000000000149774e9601d82fa7ede68a4c79f8889d1a46b2513611a1c 0.29 MB 534 28
318,842 318,842 00000000000000000ef06b5584e95ae5aca9470f66fe4eadc8c1e85b2ba39b98 0.25 MB 347 21
318,841 318,841 00000000000000001b425e2d8cc3d813b6ebe1f7dc8d2c79a37ae3118d0c0e9f 0.05 MB 102 27
318,840 318,840 00000000000000000d967dc763f3993309524f15be0300d472095ef2774783ee 0.23 MB 462 30
Previous 10 blocks ↓
Total Size: 776.14 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,411.85 GB sent, 129.44 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.