Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,531 transactions (0.91 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,194 000000000000000000022cb30000000000000000000000000000000000000000 0.88 vMB 2,531 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,193 (894,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,968 16,968 00000000b0b343d2c16bf2ef2ebc6fc8618add8c5018c213c95f4d9504a3022f 0.00 MB 1 0
16,967 16,967 00000000943d535500c3e1c299f8cfa94ba5c743bf3739ad60bec4860a9a555a 0.00 MB 1 0
16,966 16,966 0000000078aeec0930018dae126680998778623b42c5ca2fd5b37036da87cb83 0.00 MB 1 0
16,965 16,965 00000000d7ff3f8e3aabdb43b36c0d46ebedef5ce233f8063883e52584c296f2 0.00 MB 1 0
16,964 16,964 00000000c0e8c0c34be478b1d74e2803e8c026541ecd0c7e69776b50c9976d42 0.00 MB 1 0
16,963 16,963 00000000b7e9d6bd9cf35d5675ef2d8b7e3d72b142072e82af500e046e58f9d9 0.00 MB 1 0
16,962 16,962 0000000022067ccb90847bad7d40b48a9ee11bd76b6edb88f53e783962dd0ae6 0.00 MB 1 0
16,961 16,961 000000004919c168b67e0bfd8b5dea03e603e72e7ae2fba498181a0c75c0907b 0.00 MB 1 0
16,960 16,960 00000000e86c507d18baae5854fdecd7eb1f1dd79cb62d8ee5a8c39a02fb6893 0.00 MB 1 0
16,959 16,959 00000000273da29fe38d6d1bfd3fd198c384d77b59e7f99f364da8fa7645f70f 0.00 MB 1 0
16,958 16,958 00000000082aed233010ac3df21e9fb5f9b6ae21762b02e76b050e96b222f283 0.00 MB 1 0
16,957 16,957 0000000097dff4103917096cfe6cf33adacc22f94d30b7aecedf0d870ad659cb 0.00 MB 1 0
16,956 16,956 000000005e3948c41eeabfebe5e3391a77412ac1de3de96267082025d1b8cf7f 0.00 MB 1 0
16,955 16,955 00000000fabb7d3ea7f29d3fdda711065bb5b6dd25010be1d8b3db1c441d5de1 0.00 MB 1 0
16,954 16,954 00000000e6a329a1851a7848746e7b9d5906f9c776271ffd91ffcc010fb3ffb7 0.00 MB 1 0
16,953 16,953 00000000053d95aa72974df77d4bf488a164cad51ceb7557d16588f130ebdb41 0.00 MB 1 0
16,952 16,952 000000001b8904d0eea1ff25d6bba618d5308ed71ce696582764e78ccf91bea3 0.00 MB 1 0
16,951 16,951 000000003d632499063d8dea431d901a1fe724fe479848539fc3771facbc8617 0.00 MB 1 0
16,950 16,950 0000000003f7220cd25e58dfa951bdc97d3439f9e4cc6a5b78ca5d191fc62d60 0.00 MB 1 0
16,949 16,949 0000000037475abfc62e39f8f9f8bbd8e7c7f75e38d2f5c255a68028fbbabaeb 0.00 MB 1 0
16,948 16,948 00000000a75d9dbf40702d96545c1e73831d977ce562ae029d1e42173bb7c2b1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.60 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,376.69 GB sent, 126.81 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.