Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

965 transactions (0.18 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,145 000000000000000000022cb30000000000000000000000000000000000000000 0.17 vMB 957 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,144 (879,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,940 31,940 00000000c47714d68b0e30d5876a7c1e8e63022bee43b5a77f62e7483bea1d78 0.00 MB 1 0
31,939 31,939 00000000ee6dcb44d5fec6dcc5cea68bce30c6854246dd4900eed132f5b57776 0.00 MB 1 0
31,938 31,938 00000000fe280504a4bece020c7f0cd7fa56a2d740024900f82d8a52de5c4158 0.00 MB 1 0
31,937 31,937 000000009784612b3a5d150cd001942bda3923de39aaab87fdf630c1b3316e16 0.00 MB 1 0
31,936 31,936 000000006223c6afb28a030bc4961b31417d0eaddb7657fe98e12febb6128a2c 0.00 MB 1 0
31,935 31,935 000000007e56c1b50f469da569ebe0b4e173cd1159825c5e10cb2ae6ee30060e 0.00 MB 1 0
31,934 31,934 00000000f8906d5facb0ad31168449c337d61555945e720af92727a27925aaae 0.00 MB 1 0
31,933 31,933 00000000ed39fef957b251e4962320675aca807066a270163073e8df87898915 0.00 MB 1 0
31,932 31,932 000000001673a291746be07e3e1118a473dfb95b056f4535feb769dc12739923 0.00 MB 1 0
31,931 31,931 00000000df64155b07599e11381a4d6ea68133a90bc044027d5d8b295c421915 0.00 MB 1 0
31,930 31,930 000000009aa735b81aef8b6ad367dd06a020dc1dbe820d853b37071e7496ee71 0.00 MB 1 0
31,929 31,929 00000000db14c983190c101f1a95752cfab471687d401c87c98eabf2157d60fe 0.00 MB 1 0
31,928 31,928 00000000b35fed1730ef1bf8056bf6ec283b1f911f3ea2ded94f566da0199f75 0.00 MB 1 0
31,927 31,927 00000000edff24c6dea29ab8a313b03ad56fd293f2e5dd1e7397ecbd05c2925d 0.00 MB 1 0
31,926 31,926 00000000aa492bfd949d1f65e1f146a7ba2c58b1ef581ed81037256156e4605f 0.00 MB 1 0
31,925 31,925 0000000025198110561758153390910b781475279206ab3b80facf5944b31ee4 0.00 MB 1 0
31,924 31,924 00000000c141f0c89ca4e1a94c48879351c70e325f5afe0573adb3c5833b18b3 0.00 MB 1 0
31,923 31,923 000000000e69fbd0ce29a235799b534c8231fb5d9943fc0f56229e9bf61a2913 0.00 MB 1 0
31,922 31,922 00000000cbf047c5b79445c70e1bd6c55f56e3d19bde4027182265aff28f1907 0.00 MB 1 0
31,921 31,921 00000000d3a20b0a18dda9f35b1240c2d761fd21fe2795c26e76e2e8424ebb97 0.00 MB 1 0
31,920 31,920 00000000d6a95868e1d9e25c6aca45a4489df04abe8d9d2b81f1b7603c30eb12 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.51 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,374.22 GB sent, 126.33 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.