Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

213 transactions (0.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,723 000000000000000000022b910000000000000000000000000000000000000000 0.04 vMB 213 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,722 (854,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,650 57,650 00000000067ad5fe69bb30519b97d2a7c13ada0e1443853da0f99257a1ba7b35 0.00 MB 2 0
57,649 57,649 000000000573c91706821e74ad620a9a6775c78d1edc5d35323523d1c527e1e8 0.00 MB 1 0
57,648 57,648 000000000ae731d66c0c56ccfcd641c2ddda4363a5ebc9d339261c8603ac5398 0.00 MB 1 0
57,647 57,647 000000000ee5a2bacf65df55168b87f934ba4464a0a0a0e5da1b3504b1ba9d8e 0.00 MB 1 0
57,646 57,646 000000000ababf5012d0725dbc83125d7c5782f342c1f93de4758bea499a9a6c 0.00 MB 1 0
57,645 57,645 000000000c33699236030f1629b800ffd8f31a82acc86b58ca3907e564b1c504 0.00 MB 2 0
57,644 57,644 00000000087f8f29a6cacba3e4f64aa574e53923f1f2d16a5de48eed48e255a6 0.00 MB 2 0
57,643 57,643 0000000000e7f8e39c637c7de381b6e91e5ee9248c77315b2f68c28b96bcfb3c 0.00 MB 1 0
57,642 57,642 00000000071179b16e7d5b207b8554af82add765835f16370d98fce84ca1af75 0.00 MB 2 0
57,641 57,641 000000000f64943016e2d81db6f75183204fb12d6797fd9cc3abf0d5b5e05d4d 0.00 MB 2 0
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
Previous 10 blocks ↓
Total Size: 776.57 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,426.60 GB sent, 131.47 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.