Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,051 transactions (0.67 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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
911,289 000000000000000000022b910000000000000000000000000000000000000000 ago 0.66 vMB 2,045 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,288 (73,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
837,966 837,966 000000000000000000011d371cc1d6db3b9a9fa6b02a28b4ffcca624fbb1e7af 1.81 MB 3,923 9
837,965 837,965 000000000000000000008fd02e33d63cf006ae4b419b13b1b71fae9571a9df51 1.93 MB 3,137 8
837,964 837,964 00000000000000000001ba45f4c1115713f527ddfba2bdd0ecb45eddeee9f20f 1.59 MB 2,977 8
837,963 837,963 00000000000000000000fe68657ee9fcda96f69028672da68dac37660c2f31b4 1.60 MB 2,456 12
837,962 837,962 00000000000000000003147d55bbfba09dce8c48d05b3ea825726813b7329469 1.67 MB 3,659 15
837,961 837,961 00000000000000000002d44f88c783b9ffa267c42b732af8cb2b1b02aa31b91e 1.69 MB 3,067 13
837,960 837,960 000000000000000000021f3e90396a742e50a23502561752c3d845758756d84d 1.73 MB 2,568 10
837,959 837,959 0000000000000000000297482147cec14d69ea2416ab74d55e3b36b917dc6bc8 1.58 MB 3,069 10
837,958 837,958 00000000000000000002160913a65baccfc96811da0f0e5ceda261450d34d69a 1.75 MB 3,164 10
837,957 837,957 000000000000000000013758aace4b10892c6f9cfb03a0d5d97823d556debfc5 1.58 MB 3,348 16
837,956 837,956 00000000000000000002a651d9512f1b1d95a09292d7842a84eb253e7fe3d443 1.59 MB 2,796 13
837,955 837,955 00000000000000000002048690edb683d8e6c0506886021a0e217e399c70d84e 1.59 MB 2,678 10
837,954 837,954 0000000000000000000107312b7550a8843b5fad47843a56be4cfe2a3424de08 1.71 MB 3,008 14
837,953 837,953 000000000000000000004e0375d547fd749079b733bfa36d83769bc9aed4565f 1.60 MB 3,447 14
837,952 837,952 0000000000000000000100115f8f4bd9ab98eebc5847ccb2b63aa4d8b418e85a 1.54 MB 2,935 17
837,951 837,951 000000000000000000020318946171d58c41bcc6a0b6bf02eaae4e36d947cac9 0.00 MB 1 0
837,950 837,950 00000000000000000002b673aab75f99bba6ae63310170e7741b6e849d0476ff 1.35 MB 1,560 7
837,949 837,949 00000000000000000000560bbdb71a7df7bf989b136e7afa1ae9287f201320a3 1.47 MB 1,846 7
837,948 837,948 00000000000000000001fe9ddf985a651681c3ca52c711c9d3f2a4a3750c0a06 1.79 MB 706 6
837,947 837,947 000000000000000000002b706bf2793d7c8d16d6712e0fc7ff1b05df5b7aa2d2 1.84 MB 2,272 7
837,946 837,946 000000000000000000000b94d082a141c9ff2e344cf7207ab98d74bf96e25ba0 1.80 MB 3,187 12
Previous 10 blocks ↓
Total Size: 775.78 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,395.66 GB sent, 127.72 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.