Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

633 transactions (0.15 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,580 000000000000000000022cb30000000000000000000000000000000000000000 0.15 vMB 631 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,579 (881,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,686 28,686 00000000d06fc067ba7b37d94cf1a8c96a0371d4257299f712b4e622ade9f42a 0.00 MB 1 0
28,685 28,685 00000000fbb18e16f83066389acc0b1e1cb06366ec09c3ece4952515c37567d1 0.00 MB 1 0
28,684 28,684 00000000c55a082b8ee1428dcaf28ad7f9e44e22a5fc56f619a3b42aed63f2bf 0.00 MB 1 0
28,683 28,683 000000000e0d2b7239ca89c48230530b0a52a3e61d0f0c761ed363c045be3cd2 0.00 MB 1 0
28,682 28,682 00000000624bb0001332e2d9d98eadc8ccd21011c2515470f7523ad8bf39ee1b 0.00 MB 1 0
28,681 28,681 00000000c6b362c6065a1f92bb32963516e69dd65a340e88034ad0714f5b6645 0.00 MB 1 0
28,680 28,680 000000009d67b416121127d94f1f0dd847494bc79d39a25a027876ae60089660 0.00 MB 1 0
28,679 28,679 00000000649887e6477d872dbb3e32643924d238ef14a9a3afcf44f865562527 0.00 MB 1 0
28,678 28,678 0000000091253ed7ccd4743afe8c673f2858ccf38fa62c4ab082b6feec582b88 0.00 MB 1 0
28,677 28,677 0000000030cd82581ec72b92b40fc728f1795cfa1e2698e0bc3a09f15e62c10b 0.00 MB 1 0
28,676 28,676 00000000f0b4913d04a8721249f8af1a3b992ab11d6c2aab1d6dbb14b37205ed 0.00 MB 1 0
28,675 28,675 00000000948bf88e32f1a44f922b6e2f4842e594864fcfff4360430dcc81da12 0.00 MB 1 0
28,674 28,674 000000004b9195747cb4ce9e8ce4dab23c1ec46ac070a55a47216ec69565d268 0.00 MB 1 0
28,673 28,673 000000004434c2800e621ba0ed9a28c30efd841ae930d8194ad620352031d116 0.00 MB 1 0
28,672 28,672 00000000960fb39c5b33fc18ba16f0c74b27c1feb1b2992a31067e2174c731e2 0.00 MB 1 0
28,671 28,671 000000000979462599b629c9cd2de4c6d0a0c503446bc0963f2d81d9eb048fbc 0.00 MB 1 0
28,670 28,670 000000004ef510f19582bc8ef68aa916a340daebadff56122a0ef3338cc903fe 0.00 MB 1 0
28,669 28,669 00000000c5b93617a45f92d81bee626cdb8b6e6de31d10e4bb9e4436ec393b09 0.00 MB 1 0
28,668 28,668 000000005d1314132776ec8964e4e3b787960b624fa070cae4b9b456385aa2ca 0.00 MB 1 0
28,667 28,667 00000000512d2982e44c47be2cdcc432540efdb69f427507c37ed28f6c126f78 0.00 MB 1 0
28,666 28,666 000000005fc305ce1e6325f1ed5e79e70ee52711598331926f01f1fc330adbae 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.45 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,253.38 GB sent, 120.80 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.