Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

264 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,963 000000000000000000022b910000000000000000000000000000000000000000 0.06 vMB 241 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,962 (531,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
380,244 380,244 00000000000000000deaf57c11c5f0274b711705415e62a8a889ac5aacf58c0a 0.64 MB 589 13
380,243 380,243 0000000000000000005bc5e63bfabf2ec074eb388b04fc06c392457b837af47c 0.97 MB 1,032 16
380,242 380,242 00000000000000001006c27a61aff98c203b37d0b33aa0ccafc057f3b44a6420 0.95 MB 1,001 23
380,241 380,241 00000000000000000d37600bf473f6f32f4c67d421c9a2b50241e1512650fbda 0.95 MB 1,372 20
380,240 380,240 00000000000000000e1cccdc80f770620216ec29d7f072668a4da1745b973f7e 0.93 MB 1,740 31
380,239 380,239 000000000000000007c89e18af7e0696ac8f9256a62efe9da0ad66a9b0a34254 0.99 MB 1,757 35
380,238 380,238 0000000000000000086e88c7fbfa358c4e1380defec7e99ba8e64c07de3f8869 1.00 MB 2,276 32
380,237 380,237 000000000000000005b4ce9e1c735b5207f4fb7d33450e37125573b96ce9b778 0.93 MB 1,222 38
380,236 380,236 00000000000000000888897ef73f6c3206dc3fc7f30bbb00da8c095ce2590413 0.92 MB 983 40
380,235 380,235 0000000000000000092e4b4917cc74ef5c4747b29ed2f036b09a77af40a7cdd7 1.00 MB 467 36
380,234 380,234 0000000000000000092219ccf3ad58fa44865a38a4cbd7a4be339023f7c7aa36 1.00 MB 399 36
380,233 380,233 000000000000000001c09a540258c3845c562666e42e9d53b854914d1c5ed74a 1.00 MB 318 34
380,232 380,232 00000000000000000a94e45a8e6de934e38b15d8d80ba9a9210f92b4f07fe3cc 1.00 MB 1,006 43
380,231 380,231 0000000000000000080bb7be05574d1c37c478425ec889abfb2e0889a1b1d50c 0.93 MB 598 38
380,230 380,230 00000000000000000a75ee6515ee0d9140d621fa20ab06c97f5755f2d92ec25c 1.00 MB 2,991 52
380,229 380,229 0000000000000000067336a6c2e9875d8f38e8aefab3706f2bc6f3d4ba96b8d5 0.93 MB 2,854 75
380,228 380,228 000000000000000008a08fd6ec6625113a7013673847e5950ce57467aa09761b 0.01 MB 23 292
380,227 380,227 0000000000000000086f9dd51470181e178bac5b6590298ca1dd870a64e3b62c 0.82 MB 1,726 40
380,226 380,226 0000000000000000111582ced2edd00de4c9d01d027a4c5896222564fdb8c6b6 0.20 MB 367 29
380,225 380,225 00000000000000000fefea6b420f5caaecf717284ba64a4ad222b0d1aa7fa83d 0.25 MB 363 27
380,224 380,224 0000000000000000060e20c5cd8633c80aa24a2dc2fb82bed6efd8a7cc380d6f 0.20 MB 256 26
Previous 10 blocks ↓
Total Size: 777.02 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.85 GB sent, 133.52 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.