Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

473 transactions (0.14 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,705 000000000000000000022cb30000000000000000000000000000000000000000 0.13 vMB 460 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,704 (867,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,459 43,459 0000000008bfbbfd33ac9302f1c52a85e521aaa3ad30c03e15be4bb10bed5221 0.00 MB 1 0
43,458 43,458 000000001a0022d6655f30f5ffc0dbb1bbdd144da5f37a8f67fe1032e51491dd 0.00 MB 1 0
43,457 43,457 0000000004a310c7e7155388ad008f15d0697327689324a5b4a9b8d46bd9458b 0.00 MB 1 0
43,456 43,456 0000000026f13ca83b2b09f7bfbd68a6bd4a1b956e76e162f8d7e423eeda0e07 0.00 MB 1 0
43,455 43,455 000000003ef243d9d2f4a61c17d99056b0021c272542d1d7ac39472e3df06052 0.00 MB 1 0
43,454 43,454 0000000001f41b767cc7641bdc1af31017ffd8d89c6b2e6870e518be143933dc 0.00 MB 1 0
43,453 43,453 000000000e7eb9ae733a36f04bda4ad7dff9e960bf459b70c1d58768acbd7dbf 0.00 MB 1 0
43,452 43,452 000000001de692ef5f02b13faf62b775374217a16fbdb8568340013bb933566f 0.00 MB 1 0
43,451 43,451 0000000020d416a9259ba00ea9845ef8d7f94e395c6017e55b84bb905cddb10c 0.00 MB 1 0
43,450 43,450 0000000006b453744f5989e1a7b194298666e1aed01919b02dd6c1c571c7d46c 0.00 MB 1 0
43,449 43,449 0000000032660a966de0b2d74c9620a251bde0bd466250a4111ee6393d6e5fb9 0.00 MB 1 0
43,448 43,448 000000000bc16beeec230bcfe557b6e5eccd2a0cf7cff31ea73186b14eb875d0 0.00 MB 1 0
43,447 43,447 000000000e17f3e265c744ba40074846fdf26072665300f07f99af93812d23c9 0.00 MB 1 0
43,446 43,446 000000003d057c47e0421f9d0c4df8214517b465ee5613758d8f1a74e9e57538 0.00 MB 1 0
43,445 43,445 000000002112f152bc3d1d58bd19afebf663e4956f35e1150d5b62c585b52de4 0.00 MB 1 0
43,444 43,444 000000000be38fe8903d69a28b52e5758abfdf22feec53e3acb9b03da70cac32 0.00 MB 1 0
43,443 43,443 000000001e7f7eeb06df93b2ebfa12122590bed2656f62cb53048d3889a11491 0.00 MB 1 0
43,442 43,442 0000000017bb706f86ce8573862dd506d56ea2e88bbdd4f372bbed1bc0d018f5 0.00 MB 1 0
43,441 43,441 000000003330b526b299dea7330feec25ab800389c1857cbb930e4cb6d547e32 0.00 MB 1 0
43,440 43,440 000000001549806d3f270cc52157573b3baca90d9a32aa294f50243303595fe7 0.00 MB 1 0
43,439 43,439 00000000013b0d335651f868653937d68bcdbcdc065694637eecb08cac318062 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.68 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,290.78 GB sent, 122.03 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.