Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,502 transactions (1.08 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,719 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,074 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,718 (76,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
834,766 834,766 0000000000000000000094befafebc6b503ec3a86e546570d38b43b5db373e73 1.70 MB 2,455 26
834,765 834,765 0000000000000000000024d66dab13642812b95d9b20f3eae03221cae3ad85f5 1.55 MB 2,621 32
834,764 834,764 0000000000000000000353f3284be48f79549bb49414a0de302cb38d150305ff 1.59 MB 2,964 31
834,763 834,763 0000000000000000000238deffb8bfe2696b5420d8776dec6480cc78e2d0930f 1.37 MB 1,284 16
834,762 834,762 00000000000000000000d97eeda61978168b7f94be0e4dc42197ef3cab43097b 1.58 MB 2,260 25
834,761 834,761 0000000000000000000018dc875343ec371577a1a17b899215e3fd7a5d029510 1.60 MB 2,954 25
834,760 834,760 000000000000000000012c040ae33a7cce92f4bec2aa8f511cf729f3cde1ca7a 1.87 MB 1,919 17
834,759 834,759 0000000000000000000301d0a1efb820dd4099860d1946a113a48613bde863c2 1.67 MB 2,286 22
834,758 834,758 00000000000000000001fe1e01224980b926644ddb43a73ded1daf194871bb28 1.63 MB 2,237 23
834,757 834,757 0000000000000000000263279b63c74c59c6c4d7cf1121484539eb7aeaafe6e6 1.62 MB 1,890 24
834,756 834,756 0000000000000000000238a1db84f86baecd7413df34ec007af9c6ef63cf18f6 1.74 MB 2,218 27
834,755 834,755 00000000000000000002faf2ece387ba16e4d36a1abc727386dfb25cb0e5d75e 1.59 MB 2,981 33
834,754 834,754 00000000000000000000dce2873046775f9b0ab5a1d4708139d37437dd84c191 1.48 MB 2,595 33
834,753 834,753 00000000000000000002c54409957fb4a6641b4a6e8565f4e93a65d55098f7bb 1.33 MB 2,025 33
834,752 834,752 00000000000000000002ee65264300d0b94dc2fcb27cfa09702d14cea97013a7 1.60 MB 2,911 33
834,751 834,751 0000000000000000000031b807ae5233182ffea6ce3f430c8e022636496bcf9b 1.53 MB 3,048 43
834,750 834,750 00000000000000000000e9937bf0cecea3c6a595fc13c85d88395abd64ba1ea7 1.62 MB 2,432 23
834,749 834,749 0000000000000000000304b81abbceab6db3a3266872ce80428c19039e8a9fd0 1.60 MB 2,677 31
834,748 834,748 00000000000000000001e17e37c3fa9b995acffca011a081b2472aa67dba11a6 1.97 MB 1,739 19
834,747 834,747 000000000000000000011f09d0da0b5bffed1d5c51e32d1cb85b5d27f353fa95 1.61 MB 2,360 27
834,746 834,746 000000000000000000025155585e33b2793961915c407a22a0cce072d8dd1f70 1.73 MB 2,344 21
Previous 10 blocks ↓
Total Size: 776.56 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.47 GB sent, 131.44 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.