Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,659 transactions (1.78 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,971 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 1,811 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,970 (871,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,046 39,046 00000000430092474ca930acac5a865576eab38a3a1c53447dde43403ce829db 0.00 MB 1 0
39,045 39,045 000000007511a18b9d898a33b913cf2879b663e1bf7925af2045fac7d6c6bb95 0.00 MB 1 0
39,044 39,044 000000002897bf9a6827cb2531bdc20d52fc177a0e1d57730492e8c7eb20a58b 0.00 MB 1 0
39,043 39,043 0000000064c172b5b0a0907d6281a5380c08cb8a159058f7ff7b6e7f1a17c219 0.00 MB 1 0
39,042 39,042 000000001c8e21cd467730fd8139ab27abd388adf81a828fda6c145fc4916658 0.00 MB 1 0
39,041 39,041 0000000046db32537c86a8d7b1e0c450611193f157b685c1106c766ccf3dc053 0.00 MB 1 0
39,040 39,040 000000005aac0f03658d895bb6077c2af5b2eb8d5bc5cf6323fe1e4caf68563d 0.00 MB 1 0
39,039 39,039 000000001744acbd41d2dc837e727e288953099cd6621c61153a896ff0fd21b7 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 775.19 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,359.41 GB sent, 124.67 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.