Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

410 transactions (0.10 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
911,066 000000000000000000022cb30000000000000000000000000000000000000000 0.10 vMB 401 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,065 (869,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
41,967 41,967 0000000004595880398cda4c45f684e959d0230de84a1467868b11fd1184ded9 0.00 MB 1 0
41,966 41,966 0000000000669e1baf281a86af88514ee2ca240b3836169c9a34468224b7abb2 0.00 MB 1 0
41,965 41,965 0000000045fda7303925f0eec5f844e79419d4ac27ae0739ba534d4cf11175fa 0.00 MB 1 0
41,964 41,964 00000000429a51ab2e6b221179f7bc2bffb50863e4b0c7b79f54176f0959113a 0.00 MB 1 0
41,963 41,963 000000003d858f202ec20934ae0fd73b4caa1b863fe5ef568088fbfbababe5ed 0.00 MB 1 0
41,962 41,962 0000000016ed7ede4ebd64d60f4a7183adadcf111da5e5f4d385f8eca1c71e60 0.00 MB 1 0
41,961 41,961 0000000041cc3af7fcb12cbf68813e8c291997de56802f754727056f4a4cac59 0.00 MB 1 0
41,960 41,960 000000002472ed4c290a2091a5ba33e7bb5e2fdd4c5217cd1ef648b74fda17e0 0.00 MB 1 0
41,959 41,959 00000000398b55d8d4fd251efaac3451c1065967886f0d85fb6be4993b80b4e4 0.00 MB 1 0
41,958 41,958 00000000425ec179cd49c5080adb83b7744e1e3c3062aaaf92e931b2b6bee038 0.00 MB 1 0
41,957 41,957 00000000130642391c65cd79e01f1ae3da7c1b5d10ece4a81ea744b8c64386c7 0.00 MB 1 0
41,956 41,956 000000001196ddd4518be6943e7925633f4c8db8ddda54f20c4c2efc5377da62 0.00 MB 1 0
41,955 41,955 000000004d207eb927ebc7e51fb266ef9cafcebbbb25c09c055db98c1ff26abd 0.00 MB 1 0
41,954 41,954 0000000024becece1508531e81aacf0595cbb23edf54ee0069c030e94fca7bcf 0.00 MB 1 0
41,953 41,953 00000000392652599e5d352486562d7d241137bd7fe65d38eb00cc3d847db214 0.00 MB 1 0
41,952 41,952 000000002f9afe87d1d824c9171f775f64759339f2dd14a9ee492467f09fd96f 0.00 MB 1 0
41,951 41,951 00000000298169bbcb7250c7ab0c584ab096586f3e68f762aa42712dda90c833 0.00 MB 1 0
41,950 41,950 0000000001cce326f919adf498d08d8ff0138a7ac79b151c2d6517b26168cca8 0.00 MB 1 0
41,949 41,949 000000004c33f643de51ae256074e924926d02f0d401f68d4849379d60a62c87 0.00 MB 1 0
41,948 41,948 0000000001c6b20a618da757ac4395595e382eadaeee39bae038a02e944adc6e 0.00 MB 1 0
41,947 41,947 00000000183017beca4fe3cf4720db8960ef155c9669d1d1cdbfe22b86889d8c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.36 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,367.34 GB sent, 125.59 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.