Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

530 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
911,752 000000000000000000022b910000000000000000000000000000000000000000 0.18 vMB 519 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,751 (854,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,640 57,640 000000000f37e7ffc634e99e2968b85d657c3ffb29a75291f25c3b366187d884 0.00 MB 2 0
57,639 57,639 000000001582c132f71366f8e4c67a96a68c8b64d2e020dd7622c9d6979baacc 0.00 MB 3 0
57,638 57,638 000000001496b6582d5a7c7c431d771a08ce0ecf4351360b2df759c900bb5b38 0.00 MB 1 0
57,637 57,637 000000000b1819b97e141be6b8b2e1d69e099d023c9c1b9f8040340a0729da1e 0.00 MB 1 0
57,636 57,636 00000000040c2d5f2cbd00bb241b8e5248ff1726b7cce0aa5b5f86ba7991a449 0.00 MB 1 0
57,635 57,635 00000000089eb5d6d52f7959caa00f6193db92899c4c57928d17d3ed35383213 0.00 MB 1 0
57,634 57,634 0000000007a10f9d1fed34eb8f853262ca707c3984b0cbf0be9b1d08685a81b7 0.00 MB 1 0
57,633 57,633 00000000125aaad68433b00c09382c0ecefc3456680c86edad8a4976b42e3523 0.00 MB 1 0
57,632 57,632 0000000008be463dd7652ea5e8c4ca7578485d5592b41734782decc46dd07da3 0.00 MB 1 0
57,631 57,631 00000000123a0876e1443c948e42765c70c36e257c754b3947469c29794ad50f 0.00 MB 1 0
57,630 57,630 0000000001d30e84c41c21f32b117f6b50aec2ec59afe03985ccb224343577aa 0.00 MB 1 0
57,629 57,629 000000000b6dc0777bf4d2db289490d6a52540248c83e4149c7a9eeabbb551b9 0.00 MB 1 0
57,628 57,628 0000000001bae14ebc7b3d202c93646b870c6ad374968484fc5ff0664fadf170 0.00 MB 1 0
57,627 57,627 0000000006917cc9a9800d102664ae6e2ee2179cb2b631c3dc98536650f89169 0.00 MB 1 0
57,626 57,626 000000000a6ab1e69f25c99d9cb1edb3a836de49c4e947b5acd650e675d24d4c 0.00 MB 1 0
57,625 57,625 0000000003ad099f205c962a218461a7c7836deadc40434134b760704cf91142 0.00 MB 1 0
57,624 57,624 000000000278f1217df6b38402c3742ab9e76bb21d4d4aa05d2b1eadf02a59cd 0.00 MB 2 0
57,623 57,623 000000000a8e7d7ca923ba694610427d1141b3cad2588680f7f067366084e953 0.00 MB 1 0
57,622 57,622 0000000012b8d267a2e6166d64d886e80af48df66bcdb66aade84ff8ef7e87da 0.00 MB 1 0
57,621 57,621 00000000133892c935135065330ef3f8b52dbeb05d14780c1bedf91b96dc56a0 0.00 MB 1 0
57,620 57,620 00000000156e70c71f7a46c085bfc02249e0af95d4ff798dfe5d4eeb604e107a 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 776.62 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,428.86 GB sent, 131.69 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.