Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

766 transactions (1.70 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,683 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 552 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,682 (891,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,977 17,977 000000001580439fd5ce5183b3071ad0cd52d7598f448798dc881f6061c3e777 0.00 MB 1 0
17,976 17,976 0000000014fd737b25054d787c464cd9465dc76822d8bd4f386539f12a29123e 0.00 MB 1 0
17,975 17,975 00000000b439a3b9109eefab77d353b7dcab75fe80b8902859b9c80c25706dc9 0.00 MB 1 0
17,974 17,974 00000000c37574c0c56e6c426a46e1e404a8013d7a3d1bea8e8c502cde0aafa0 0.00 MB 1 0
17,973 17,973 0000000014610eb4f3a978e4c502c19a25cd819cb61caf9ac65a2f045f438ca5 0.00 MB 1 0
17,972 17,972 000000004911db147955e5fadd24843901c6aad9a37f3519fe4def88382f09e3 0.00 MB 1 0
17,971 17,971 0000000081f4b49761514395dc82f037fe4efc661f2b290c48830486e4767164 0.00 MB 1 0
17,970 17,970 0000000037a71af7ea4a32dc8abeab85d4aa26e758e71031f699d2e3bda3f80c 0.00 MB 1 0
17,969 17,969 00000000f3d43f8412f4d429a7a34277f3e37f2ea5f086c00b640e538bc89ae4 0.00 MB 1 0
17,968 17,968 000000002164a576779bd0aaa26ecb7e79b39c143dbe839abdd50092916edbba 0.00 MB 1 0
17,967 17,967 0000000004bab4fba6aa5322d665e123cb7486c551479e7163c3c0a1c6b1d758 0.00 MB 1 0
17,966 17,966 00000000199f40cc19205503b472120cf37d761b83ae67322c732a8a5b13eb25 0.00 MB 1 0
17,965 17,965 00000000a0317d767e4881b64534c3bf7132d028bfc30549f67a6cdfa9bad17e 0.00 MB 1 0
17,964 17,964 00000000b20f89ac3ca3f1512fd59f344faad58f2ca39c2e0d9517e094869a69 0.00 MB 1 0
17,963 17,963 0000000074fb28bede08c0a9206dbfd3968a91ab9e8ea23a2eab8f5ac3f3c869 0.00 MB 1 0
17,962 17,962 00000000d32fe29f334e6660a5d96597f9ae3b73663de5a0ce4c7ec9d407e376 0.00 MB 1 0
17,961 17,961 00000000779f74fa0a3c9b22be3b4da99e84d8a9049fbeca85ee012ee8263949 0.00 MB 1 0
17,960 17,960 000000009f819e9bdbe6f8b86d56272246bef5142a0b85a5700d7b7ef05c52f0 0.00 MB 1 0
17,959 17,959 0000000097abd20d51aac4c380e9dfc679623da16db4aea93118c9b41edf82aa 0.00 MB 2 0
17,958 17,958 00000000ef50a7e6d961610481aaada086cd0f01be7e50ab8950acb240d31e6f 0.00 MB 1 0
17,957 17,957 0000000029b90293410839c73252d97c5961df51dcb7720ce7febfeee44b10bd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.82 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,143.57 GB sent, 112.41 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.