Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

928 transactions (0.30 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,556 000000000000000000022b910000000000000000000000000000000000000000 0.30 vMB 927 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,555 (125,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
786,535 786,535 000000000000000000026630f686442a12e91678656ff62ed2f3fd6bd5747285 0.54 MB 681 9
786,534 786,534 000000000000000000029268bcb5241339bac58c28a586fb173dc0ef0a1e60f8 1.61 MB 2,078 9
786,533 786,533 00000000000000000004c0bfac63e4678051909f4ef29bad57da96fd7dd9cec6 1.59 MB 2,887 5
786,532 786,532 0000000000000000000073de3557ac373adb82288758b7f61b0aad2f66ae3ab9 1.35 MB 2,218 17
786,531 786,531 000000000000000000044f1b34dc4f8749795e07c4c4f7c89a0ad3cb4aa006a3 1.33 MB 2,690 24
786,530 786,530 000000000000000000048118b5ad731abef59f30f1f6865273791e5953a71246 1.01 MB 1,166 6
786,529 786,529 000000000000000000027936edbef7fe30183aeefe6ae436c18dfb93e90c9ec2 0.02 MB 71 24
786,528 786,528 000000000000000000042990e27282ac432ab118b9e515185bf198a2c842eee1 0.67 MB 1,307 11
786,527 786,527 000000000000000000054f6eb8ae69877740d5ecc0a57af40dc27a41cc7db94f 1.73 MB 2,882 12
786,526 786,526 000000000000000000046a3479a1bcc18bc52bfe3dd1d7f723506cce76fe504c 0.04 MB 110 15
786,525 786,525 0000000000000000000185b8ac4b5b2c948d34bb664e3bec873a13388ffad15a 0.90 MB 1,989 12
786,524 786,524 00000000000000000005857b7b1820026d8e668435fe12d75ef9fc2309bcd0f4 0.14 MB 267 11
786,523 786,523 000000000000000000007272bd7a58b92ae866274fa7404d25ec272cc110d771 0.03 MB 77 11
786,522 786,522 000000000000000000046fa13d49839dd28156a822095064eb3ce5766e40c465 0.54 MB 429 5
786,521 786,521 0000000000000000000183aae834dd0866cee565f945e629dc8bcfd3b7ba4b7b 1.51 MB 1,942 6
786,520 786,520 00000000000000000000efa35465f5ecd1aaf12a0dbe7a3e35969efa3bbe605d 3.02 MB 1,727 2
786,519 786,519 00000000000000000004552a06004e88c36ac95fb9a4e29765852cda54b3036e 1.76 MB 2,376 9
786,518 786,518 00000000000000000002f16ae0af268ccded8d4691fb3bbbd76ff97d16d25aa6 1.79 MB 2,253 7
786,517 786,517 0000000000000000000538cff848349c55da98023d96eecdafee2dcbb4660f40 1.54 MB 1,676 10
786,516 786,516 00000000000000000001c69ea093c6db703f90a444c5bdb4f112ef188447aab4 1.42 MB 3,281 20
786,515 786,515 000000000000000000030cef7da027ad64bcbae5dcf29f125bc18accc90b8138 1.35 MB 2,839 27
Previous 10 blocks ↓
Total Size: 776.27 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,414.33 GB sent, 129.97 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.