Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,207 transactions (0.48 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,991 000000000000000000022cb30000000000000000000000000000000000000000 0.48 vMB 1,204 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,990 (871,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,038 39,038 0000000020aae37181f2052f1f66e9f97777260b318442ed2b7945116cb438f4 0.00 MB 1 0
39,037 39,037 00000000123f730e26797c89b444e24be1d10b617939ef5440e55abf6d696a91 0.00 MB 1 0
39,036 39,036 0000000053bb5a93c527159a0769495d167af54ffb8efa7ed9c9dd88887d0b3c 0.00 MB 1 0
39,035 39,035 000000005a5f58ea3505f9a92f2def57d3254232de9accde0de6fd7b96bbe902 0.00 MB 1 0
39,034 39,034 0000000065885337d3894dd1abad84607a4ae5d03649858594c56151b9178d92 0.00 MB 1 0
39,033 39,033 0000000040e724ac7c682afe1a5420c8e2fb344a047e07d5598705a838340dbc 0.00 MB 1 0
39,032 39,032 000000000635917072038eac19a3e9f6b5c62baa473a5689d4e8fd9b9b690325 0.00 MB 1 0
39,031 39,031 0000000081e02dc12ca8b2426c78b90cf2b92e59bbc9b847ef24deef85d03868 0.00 MB 1 0
39,030 39,030 0000000050ea35d0b1d4a9110c99c01eddac74cee282cbb0dff8684d1c52a6f0 0.00 MB 1 0
39,029 39,029 0000000031ef2d039d8020a546b13b08302b2dbe942e2aa7a0dd9d0cd25af72a 0.00 MB 1 0
39,028 39,028 000000006af04f4a67198ea2bd78c47da54dded3a291a657cc7c339bf94f8308 0.00 MB 1 0
39,027 39,027 000000005584b741533772d0afbc96f2904e2a65cdebf17929c7da106eb2d877 0.00 MB 1 0
39,026 39,026 000000000ab6216313c00bc0a6549451eea523dac98268a0e6d335c944843e0f 0.00 MB 1 0
39,025 39,025 000000006c825359259cde5c97d8daebc512c590b989dccea601feab2cd7183d 0.00 MB 1 0
39,024 39,024 000000004cd80e7201d8b2763874a00d87dd5ca5fc9ce0fdeb74caa9c1feff6c 0.00 MB 1 0
39,023 39,023 0000000061dd1b9be96bf4bf040177fb7285e4ee800896c7d85a8529d7a68c31 0.00 MB 2 0
39,022 39,022 000000007ae8d27ac83776d440fac60f7a6f7d91ecde812518f5f8e5edcc7424 0.00 MB 1 0
39,021 39,021 000000006d558364800a481af6820cec448bbe32945948050c6016010f501c88 0.00 MB 1 0
39,020 39,020 00000000487a496f2b10794c7839ead2b81c15bccd94e3878bc678cfb075b333 0.00 MB 1 0
39,019 39,019 000000002c3ca7f7528a7ed2bc21086e9d0fe50a05e57f85ab1e172f5ca8a53e 0.00 MB 1 0
39,018 39,018 0000000041136030176915f76b7dfa168d0740c067cc3854fa431feae0b0879c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.22 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,359.74 GB sent, 124.83 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.