Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

254 transactions (0.07 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,962 000000000000000000022b910000000000000000000000000000000000000000 0.04 vMB 212 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,961 (556,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
354,994 354,994 00000000000000000e6fb7eb872db8d751f0416716fdbf42758a3dd4df0f9a40 0.75 MB 1,274 20
354,993 354,993 00000000000000001320c8181b11d3f02d6c8701a5170713dbdfa260011830be 0.34 MB 1,024 41
354,992 354,992 000000000000000013b376160cc763defe8e106e279681290785cd59423dc6c2 0.19 MB 312 22
354,991 354,991 000000000000000000cd5669c7f4a84118de23cd06913a3248823eba1228d524 0.32 MB 656 26
354,990 354,990 000000000000000007398380f9b977dca33789388f01bbb12fcae1e5432e3b9e 0.18 MB 267 18
354,989 354,989 0000000000000000170069f72eb85516ff457fdc342cc127356dd79a9ece0f4c 0.15 MB 239 17
354,988 354,988 0000000000000000086260a5d4a3b256093f832f85b3317e35aa901437ddfaaf 0.18 MB 315 24
354,987 354,987 00000000000000000a92cf169d8667a6a27cb813dc0fc55335139d6c86545390 0.07 MB 71 10
354,986 354,986 000000000000000005e5a5cb8804c7671aa9423464bc398b5cf20b49078f2773 0.56 MB 900 24
354,985 354,985 00000000000000000646e2241de38777d1afd577b50de57e5f8fa728833b6474 0.00 MB 1 0
354,984 354,984 00000000000000000728bbf03cc4feb5bdcff5bf8cf74b54e5e2df1d8160f5f6 0.15 MB 242 22
354,983 354,983 00000000000000000ac4d6497c11ecd4edd1274b0bcf181658a8d19b73ab3cf3 0.22 MB 479 29
354,982 354,982 00000000000000000f490b20c3e59af00e61444bb15bc13cbbf18052fda98cf8 0.12 MB 278 28
354,981 354,981 0000000000000000108c19386547eec79a9aa91f2e6cb581b3aa098c927a7032 0.26 MB 521 25
354,980 354,980 0000000000000000087eddfd1f31bf696779531ad0428f48ccc6b34bd5d9e4f3 0.54 MB 1,071 27
354,979 354,979 00000000000000001388f868a4c3064b590539b9b3a04bca84bf8b2b74ba0889 0.64 MB 1,416 28
354,978 354,978 000000000000000005a51002cb8e60c3d4be68442c53961542d99f8152588b28 0.24 MB 455 23
354,977 354,977 000000000000000007e3a0824a86b9bfb41eff5a2922023d4412b78d53f7ded9 0.11 MB 227 26
354,976 354,976 00000000000000000e7f7961db3f1c66f51bc4e02f38bfd38674f2b7553314b3 0.07 MB 127 11
354,975 354,975 00000000000000000157ad89daea0378f166da78b2a318020ce91c3fceceafca 0.14 MB 288 26
354,974 354,974 00000000000000000f127e1a0ff0569d6d12443abdfd462c8c26df2ae4d15944 0.32 MB 670 25
Previous 10 blocks ↓
Total Size: 777.01 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,497.75 GB sent, 133.51 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.