Loading Tool

Explorer IconExplorer

Memory Pool

6,754 transactions (2.39 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 13.63/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,263 000000000000000000022b910000000000000000000000000000000000000000 2,908 0.05906277 BTC 1.00 vMB 4.54
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,262 (665,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
246,864 246,864 0000000000000080a4813bd625eb12d1f3b3871067d1db7ab337b741a662a255 0.04 MB 40 54
246,863 246,863 0000000000000043fa4f0df7b2ea334eab0694136786d92f772ed95e8fc21e6b 0.07 MB 174 117
246,862 246,862 0000000000000004e230e338a606aa86a8aa5d5f3dad13b9040120d512eade5a 0.21 MB 390 93
246,861 246,861 0000000000000016796a60bcda4d20004ef95b6cb0149dc2f9bc5647b0930473 0.25 MB 687 199
246,860 246,860 0000000000000041e27cb349f44d9cf74425f2184d06c6fb95ab49d440ba157d 0.08 MB 128 34
246,859 246,859 00000000000000258ed6df43a07658574b6d5a3859a285e5c440120d9dfc2dbb 0.17 MB 102 29
246,858 246,858 000000000000005ed62a6d56ccaa2d5bdc24553375988c05db9e6f6d99e09e62 0.04 MB 91 114
246,857 246,857 000000000000005008361393eb5ae645fa73ed3e0b8f5d774086d8f30fcc7eb7 0.07 MB 156 115
246,856 246,856 000000000000008998623a43073febf098ed12ec68cb4e6102a7504be5211358 0.06 MB 59 34
246,855 246,855 00000000000000718381332aa69fcbc20313e9a26f516de30e0c6ce4229aa22a 0.25 MB 569 129
246,854 246,854 00000000000000699493f146ff4b662d006f3a3684df8a5f27af2f75639b0e35 0.13 MB 261 107
246,853 246,853 0000000000000099851d20b360d5f0e158119605510bc123984858a16814d067 0.25 MB 621 163
246,852 246,852 000000000000009174bfe7b707fafa6c1b76fcceca7462df124aaf92fcd3bca5 0.03 MB 70 172
246,851 246,851 000000000000004825d784d11580c1f17cd1f53d97095f3652178733a5330f64 0.05 MB 127 170
246,850 246,850 000000000000004600bf06554219af200a7087b1be82bc89795d91b1e841046b 0.07 MB 130 136
246,849 246,849 000000000000004a2a748838b9b87299ae3452b149549705a3ce0ed78f322f0d 0.08 MB 149 148
246,848 246,848 0000000000000047eb0bbbeca1a7c64a6303b724aea086692cb473df22bcae89 0.02 MB 74 83
246,847 246,847 000000000000004f2d365bee2d14cea4cd33c238a75f5dee833048fa0f3855ac 0.17 MB 377 144
246,846 246,846 0000000000000004851be1a8e239bfd84b806f4e7341f09b73ffa7ffe7ea4700 0.25 MB 605 164
246,845 246,845 000000000000001efcdfa51ef6818bbc30e21908b9c546e1aa19cfa13d68761c 0.12 MB 228 141
246,844 246,844 000000000000009b02db9a127fcc56e17fe87c763754a9a030e1db3d03bdd7dd 0.08 MB 142 131
Previous 10 blocks ↓
Total Size: 777.56 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,539.39 GB
    • Received: 136.18 GB
  • Uptime:

Notes

  • 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.