Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,439 transactions (2.39 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,031 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,557 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,030 (820,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,566 89,566 000000000006aca8a5d34f9e25a8c2a8972362f131bc8e969e91653fad7c7f05 0.00 MB 8 0
89,565 89,565 000000000000d9089377c448efa9163b04d03c2c32b107b342ec02a3e4cec695 0.00 MB 2 0
89,564 89,564 000000000002eb58b9fc60cc22c9728356a79cd3a83b946c9badc7ba62f1d476 0.00 MB 2 0
89,563 89,563 000000000005ddc24f24844c8e7709f153985d1c6f918a678365dd0963d63603 0.00 MB 1 0
89,562 89,562 00000000000ebd1fccab6b524db747789aa1d3a370cdcc8f5346fd6e898c0b43 0.00 MB 1 0
89,561 89,561 00000000000fdb314f7767f3191a7dd4047c0783b5bc0c15d0e9970b723c0fba 0.00 MB 1 0
89,560 89,560 0000000000125715554424e1b1c0d6eff2cf506e583f700b38a3115bd8058819 0.00 MB 1 0
89,559 89,559 00000000000e86383081fa49410bc1959c7b69e2c628d63dcd4a8f54a8e6bd3f 0.00 MB 2 0
89,558 89,558 00000000000d8fef18f5e23fcdbc2792461186e15b9adfa0c2bf5b837aafdea0 0.00 MB 1 0
89,557 89,557 0000000000036cfd14810b11bdfae9e318ea8cc1d94d4df85bf868502079f119 0.00 MB 1 0
89,556 89,556 000000000002491a86195b18bac44b3caf0ded116fe438325764540c7880a8d9 0.00 MB 3 0
89,555 89,555 000000000010d02559d7c6f11456816f1cb2ab82fc662fed843fac8d83fe3989 0.00 MB 3 0
89,554 89,554 000000000002b93b9c95f53bff5fe39f822824d0c23fa11da486996f9c266bdf 0.00 MB 2 0
89,553 89,553 0000000000067f7ee907ea3ae8afc3186ef40ab7662d50bf3149f85d9d2ad813 0.00 MB 2 0
89,552 89,552 000000000000bc329c46ff019d165c95d179a618bcfa07789a4367d8c4e340f4 0.00 MB 1 0
89,551 89,551 00000000000f8c95aa5be1e72de521e5877eb55cdb54267b8d1c747515a1c09e 0.00 MB 2 0
89,550 89,550 000000000008a51b6484deac1272e618923ad6602f937a6d661a535fd6b08e1a 0.00 MB 2 0
89,549 89,549 0000000000076f59204273219d7b8583cfd6a4a5ad5a7337a207197170cf119d 0.00 MB 2 0
89,548 89,548 0000000000138ecceffcb967ce0f358cc5834e2b6994d573abed8aeff1a21121 0.00 MB 1 0
89,547 89,547 00000000000af76aa5f49b1accc75d0300151b1dd594565e2156410931232bc7 0.00 MB 2 0
89,546 89,546 00000000000324fee1b1b471b18e737e61d525d3122a8df44ed8d54fb98ea263 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.45 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,185.38 GB sent, 115.58 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.