Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

724 transactions (0.21 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,487 000000000000000000022cb30000000000000000000000000000000000000000 0.21 vMB 717 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,486 (879,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,760 30,760 000000008c1a4416e5de4bcb43c1a67854c15333da630667fbba55fc803a65d7 0.00 MB 1 0
30,759 30,759 0000000077b0bfe89d02ccc00713d11ba39f92e63a7e1a8d466c7351bcbc61be 0.00 MB 1 0
30,758 30,758 0000000087398b6a538c9e044f1a495e0b6d302b5178c2c1d35853b807af44b2 0.00 MB 1 0
30,757 30,757 00000000062b55c8adf12894112248ea8a5aecf2c68e78f061ec935298079868 0.00 MB 1 0
30,756 30,756 00000000d8b68fa0e2617a35cdd4938bbcc1c40bd458137df22aa953ab6ae2c3 0.00 MB 1 0
30,755 30,755 00000000eb693e18c69ca7794b6adea55a7c27198a8dd3257638e9dcfce3b545 0.00 MB 1 0
30,754 30,754 00000000d40a221dd906f7704c75de553da7369006ffe57657e43b5443ee1a0b 0.00 MB 1 0
30,753 30,753 00000000f1e6031670919bafceb73f724af0d853cf0546654ccd2c3bc1e7e6b1 0.00 MB 1 0
30,752 30,752 0000000051a4afb7a9093650cf0d9ba8510a7f39f1f7727bdd29c17a74f59710 0.00 MB 1 0
30,751 30,751 000000004630fa06a9754ed25f0cdd7d2f42c38214a1459dd76a97ed7981f684 0.00 MB 1 0
30,750 30,750 00000000ac6a936f7df8dc4efb182909484eafa89fc1d11efccb4f7951036255 0.00 MB 1 0
30,749 30,749 000000001ae23d3a433b7aa24aead4222462db38fdff2e1da1e387eeda94b657 0.00 MB 1 0
30,748 30,748 000000000daef3bbf4d74ef2ddba6d1f4f8ac8435c847de2554a20d70c7b6b98 0.00 MB 1 0
30,747 30,747 000000001a5080cea008fb269824fd31ec0eee29142020eda3cf7abb3541fbe0 0.00 MB 1 0
30,746 30,746 00000000b99602ba38f3ce4e2c8918fe3fde47067d6a137975b9c658d7c97ea6 0.00 MB 1 0
30,745 30,745 00000000cbdabcfd61ed6dae11955a18ee88507527cafe71fbf7cae4f493d69e 0.00 MB 1 0
30,744 30,744 000000004923ce77dbd2cc5216aa79ede9f1bb7b6e3eb355ae0b6b6548f6be0e 0.00 MB 1 0
30,743 30,743 0000000006b55e0ba145411b96a6fe633983a8056225092fda1a0d36a98ee227 0.00 MB 1 0
30,742 30,742 000000007e5e219d8bc768be92e43d2549137d2bb5c0c635ca33b73f0e520e65 0.00 MB 1 0
30,741 30,741 00000000e663ee161ab7736088ea3e342054c93327647e1e9adb235b82643eb8 0.00 MB 1 0
30,740 30,740 000000009b0288487937fb78f0e51637ecea08ef2ec1f471482c559eaf43c1a4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.29 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,243.92 GB sent, 119.99 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.