Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,210 transactions (0.36 vMB)

Priority:

  • 1 sats/vbyte = (3 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,792 000000000000000000022cb30000000000000000000000000000000000000000 0.35 vMB 1,186 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,791 (819,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,079 91,079 00000000000a1655c8b870ca0ba75ce4824f9855cd2723cfc2483f4ac711427c 0.00 MB 1 0
91,078 91,078 000000000004c28eeabf19dca6ba4f0743a6d92d07d78b94d9f913923ab331f0 0.00 MB 1 0
91,077 91,077 00000000000a9ac7f000590c4c69d036259e9bba2e05e0a200d97c476a30969d 0.00 MB 1 0
91,076 91,076 00000000000af9f0e69797f87b46e98375f3f0ce2bcc9494c0b86014ae116fc0 0.00 MB 1 0
91,075 91,075 000000000004f6cde91d633e93a3ad97f01c23ed9f021b39deea277ce2b0ec90 0.00 MB 2 0
91,074 91,074 000000000004f008a2a66cd9b76db2f85ff65a80df085f61f28e803a2bb0bf34 0.00 MB 6 0
91,073 91,073 0000000000063588564d03c822b741de18168903c75a379f377ada0492c31866 0.00 MB 4 0
91,072 91,072 000000000000ec111277a44a5520e0fac97f377f8365c9a14b042fec04e3107a 0.00 MB 1 0
91,071 91,071 000000000006e6e1b12fc41d218294ed0a5849b1544b123e171cdcb5768c7046 0.00 MB 1 0
91,070 91,070 0000000000092d393ac54225cc79a47c017ca63747626b3a9d7ad404e83e3141 0.00 MB 1 0
91,069 91,069 00000000000b4f5689622f75399e96e312579eba2a89211c2737a733bf947d9d 0.00 MB 3 0
91,068 91,068 000000000007870f002fac60443f3c346ce29feaa432c059e322d30cf7aa7cec 0.00 MB 1 0
91,067 91,067 00000000000c0d0b4ff238a6b562cdb403143e462e5b75deac66e67e91ded45f 0.00 MB 1 0
91,066 91,066 00000000000bfed0fc34f174e53987a4e990ed10754a20a33f5deb2a26fef561 0.00 MB 1 0
91,065 91,065 00000000000abb6a47fae3a98834baab943295b1e167f9b13f90e6370639b0a9 0.00 MB 1 0
91,064 91,064 0000000000025782e3f68246349d49832f3d2288f6ece37c925e8a7201093a48 0.00 MB 1 0
91,063 91,063 000000000006db4be4fb3bd05b37070bdd870ab71e5d85804a551a422b35f32c 0.00 MB 2 0
91,062 91,062 00000000000697b37fc7bdad3bc460f96ebf4352c14927c83dea5d21f4f55206 0.00 MB 1 0
91,061 91,061 000000000004aa970662ac828dfac2d342cd14304b1fe73115ca6c22f0a6b0b3 0.00 MB 1 0
91,060 91,060 0000000000099f47c488c13a11aaa51b244c97c7fa5559e6de080261f5eada89 0.00 MB 2 0
91,059 91,059 00000000000d46284875351318b5b868a509a44fca26e795f4b1a0892cbe53bf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.85 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.61 GB sent, 122.92 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.