Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,391 transactions (1.83 vMB)

Priority:

  • 1 sats/vbyte = (6 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
910,055 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,194 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,054 (898,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,869 11,869 0000000097899814c6e70cd5c69f2ab27a80c0f9b344d4149eab4b910c0932bc 0.00 MB 1 0
11,868 11,868 00000000fa5d3144aa06c2e69df28982a8d52e1b2b7b5e41c0cb29f49fc8abfd 0.00 MB 1 0
11,867 11,867 000000003e95a9763fb91ef926e422507bd6fc30ce8bbbe7cfc136ed8a577bbb 0.00 MB 1 0
11,866 11,866 000000000cc8d6160c164e356ed60b30326ce8208770ee9c470ab9f093a036a8 0.00 MB 1 0
11,865 11,865 00000000cc9247a77cee03131195ac05d63aa19fcc4cd27556cb1bed4e39b1b3 0.00 MB 1 0
11,864 11,864 000000000b0e65e2fbe8f9acf658688fe5a94a559a21ddc4145020b1e718e66d 0.00 MB 1 0
11,863 11,863 0000000022bfc3ab3ab7710a3676b2fba14c60010675aea373ccc1adb4061c9a 0.00 MB 1 0
11,862 11,862 0000000003983e2be0340216c38b089adfb94b01897a87fb770238beff508620 0.00 MB 1 0
11,861 11,861 000000006202eb8d6352b9b40d3d43f8966f7a34dd34d142742d29f0becd91de 0.00 MB 1 0
11,860 11,860 00000000a1b1b4960a7b3358f42bcf33e77e52f864f0250466a9ee0ac6b21077 0.00 MB 1 0
11,859 11,859 00000000ebc132a158781bac42d6273c78ea07e7d045356db4ae053b487ba4ab 0.00 MB 1 0
11,858 11,858 000000002733ed87d30edf737868d3b4cb7d2c1e60165e8f8f1787c8d7bcc938 0.00 MB 1 0
11,857 11,857 00000000d350b5ed4c5a9356bd4cd0f78a53c95daf96e1c4f8e218d183af855a 0.00 MB 1 0
11,856 11,856 0000000002ccd03b53b89b79f86b19da6eb1d599ae00553f43593cdf4f5966b2 0.00 MB 1 0
11,855 11,855 00000000b0e1f89f042c63619386ce7f3a1aad1d7e8ebe1a6c6b564f4d84eca2 0.00 MB 1 0
11,854 11,854 0000000079ca3ac21e5a6cd1e9822bfb35c9d6b348b682690eef4b5fe7381d69 0.00 MB 1 0
11,853 11,853 0000000079ecd339bc5a55ab46328aad005ecf4a0a0fcb4fa2dae6e8ace989a2 0.00 MB 1 0
11,852 11,852 0000000027fc0191cd8a8ac5cf583fb79b301be850c1c6a5ee3f03c4f6e58df0 0.00 MB 1 0
11,851 11,851 00000000a1378c9c243ba87a8d9491694793e46754aafae4730af4ffe03dafdc 0.00 MB 1 0
11,850 11,850 00000000d602bb2b22ed67609b6ebaf217cded827ead0753fe43d269eff0afa8 0.00 MB 1 0
11,849 11,849 000000002098986c875b1433718ea963f78c3c27b5ce333418f4b7c431c13ad2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.50 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,186.17 GB sent, 115.86 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.