Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,173 transactions (0.89 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,345 000000000000000000022b910000000000000000000000000000000000000000 0.86 vMB 2,163 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,344 (204,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
706,886 706,886 000000000000000000047045b0de947d7e6c5f704389399bbfcefa8d82944d64 0.20 MB 483 13
706,885 706,885 00000000000000000005e9115ff5e62061be817f1c2936386e5920d1c09df706 0.09 MB 164 12
706,884 706,884 0000000000000000000c7c56ab0eec8a54127851891d2ca9ead58b06cbb8120f 0.37 MB 413 8
706,883 706,883 0000000000000000000c316c713f79dad206ae53ed18fddda8693c571ea16ab3 1.69 MB 1,875 8
706,882 706,882 00000000000000000008dcee7a324b10d64935c27f0920dcd4dc4b0197068a12 1.65 MB 1,484 5
706,881 706,881 0000000000000000000d3e84a8346ac13a4ec7fa5ce40347c2d88b8cb1e39198 1.21 MB 1,158 9
706,880 706,880 0000000000000000000b37169b9bd3a82e5937d3852fe83f7e497f5d118a753d 0.26 MB 444 18
706,879 706,879 0000000000000000000c9597e2ca9fef70501619205589b00237077063c3d0ef 0.45 MB 668 1
706,878 706,878 00000000000000000005d1064316f0a282e1dcc4eede87e1625632f15f72adb6 1.49 MB 2,285 5
706,877 706,877 0000000000000000000cff7d797821ef4cdf758a222367d619410fd951bb044b 1.32 MB 2,053 6
706,876 706,876 000000000000000000036ee95f4534310451d9b3d0f803505f0287d91e81562a 1.50 MB 2,922 15
706,875 706,875 0000000000000000000bb725d2161d368dcc93949e1fd317748be45e9186ce14 1.32 MB 2,144 26
706,874 706,874 00000000000000000005c0a28631ba795a1b34511b4db2a3e12f42272efd84d7 0.01 MB 28 9
706,873 706,873 00000000000000000000dd9796586d38df465044f7b4b7ec7b8a064be7b73523 0.19 MB 370 11
706,872 706,872 00000000000000000007f0bc3a154b9e2b9a016a4016ed2640617b41e73be08f 0.39 MB 696 12
706,871 706,871 0000000000000000000c445fab0870daa0c33de9ac8bbac9a3d40310f8ff6030 0.60 MB 897 8
706,870 706,870 00000000000000000000b32951cd694707f9e2419eee331390dd8da0de7518b2 1.31 MB 1,748 9
706,869 706,869 000000000000000000077fb9e9b937a95658dd2eec257aa3deb2f0f9c51079ee 0.37 MB 581 10
706,868 706,868 0000000000000000000a228302dd302fefd25c3cfc17053cb2f33027052a7f19 0.17 MB 229 12
706,867 706,867 0000000000000000000a5ad3b129a7cdcb1e213bffb424558f7f24eb402d5296 1.20 MB 1,194 7
706,866 706,866 0000000000000000000d5322f56e5b55e0dcc48725f9a9837dc5cabf10b62f1d 1.52 MB 2,597 10
Previous 10 blocks ↓
Total Size: 775.88 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,400.93 GB sent, 128.23 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.