Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,215 transactions (0.45 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,407 000000000000000000022cb30000000000000000000000000000000000000000 0.44 vMB 1,212 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,406 (861,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,696 47,696 000000000d6bd2442a635f70830d02a035aa818958eb947469085f55a49c6f71 0.00 MB 1 0
47,695 47,695 00000000102435ec1c981e3b4c739ebb44c62d16de578e942cc47ae327357ddc 0.00 MB 1 0
47,694 47,694 0000000030c8780a6e9637ad51361d6b9eb34f55603f43eb9b9be0ab9fc0ae77 0.00 MB 1 0
47,693 47,693 00000000083b3bcc118f40e384f180715742834e035d5078705c4982cff45fe0 0.00 MB 1 0
47,692 47,692 000000002eb31b2b03afe3889558fbcf26210b436924e9e1006ce0ea4385fb5d 0.00 MB 1 0
47,691 47,691 000000001b071c1f04c7add564c7861c53bf39667807b816c3876f199e0d84a9 0.00 MB 1 0
47,690 47,690 0000000030f26e1c1accab7603e51c7fe126d34f8b3e0188575605fbf53f611c 0.00 MB 1 0
47,689 47,689 0000000036165baf91225054eaa8eacb70e19fb49786a872827edc0dcc57a390 0.00 MB 2 0
47,688 47,688 0000000009377c5be331a2ab9338888ce9944ef11326388b4f7c026f8e91cf8f 0.00 MB 1 0
47,687 47,687 000000001d2c48d98d35f2175e0a6461f1ba74be277806a553f13ced5074579f 0.00 MB 1 0
47,686 47,686 0000000026f97e1e668e7fd94ae404567773986e26a75608b77c82a62a039159 0.00 MB 1 0
47,685 47,685 0000000022b3c9a85b431687d1b8a0882022c789eef2566566e800dc4de47978 0.00 MB 1 0
47,684 47,684 000000000ca2d5647da74b267b1896b3e111b2f95045843a9dcf829a17b4b2f2 0.00 MB 1 0
47,683 47,683 0000000020003f9340a270f98d7ffe091fa579aca9bd8ff003f22e965f856427 0.00 MB 1 0
47,682 47,682 000000000f64d34df4913869b50fd31374f4e1d8cd10a13e452445d7b0c6570b 0.00 MB 1 0
47,681 47,681 0000000000c60c777db720af18bf0016c54058e9a29ee749b62e90b5e3fbe254 0.00 MB 1 0
47,680 47,680 0000000029e7e499ec9985151d69fdd820d4d248f5a5df950820021329399d5d 0.00 MB 1 0
47,679 47,679 000000000372c6bb094e280effe46bdea7ce99d42016dd592f876ec29ffe7b30 0.00 MB 1 0
47,678 47,678 000000001ad302ca7c892a012833dd1fb4ef5940f5e678f8b370104ce55d8967 0.00 MB 1 0
47,677 47,677 0000000030269b034042ecf2fa964eca041da3ec5a5772910b03516f3e71593c 0.00 MB 1 0
47,676 47,676 000000001af8571037bdf2286bc854bbfd038cd9f61bd6f88d3ea242e16e898b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.30 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,070.28 GB sent, 109.61 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.