Memory Pool Memory Pool Refreshing

9,283 transactions
4.25 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,627 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (632,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,805 274,805 00000000000000045e608e02405a3ca2c5dfa7cd5816bb2f4297a87ddcd6338b 0.03 MB 22 24
274,804 274,804 0000000000000000db8016c057462914f6abee16829fe4dc51edd7bbe5ac7dc9 0.19 MB 351 42
274,803 274,803 00000000000000022e9800128ce1636a0447eb7e6e198c559f3881fbbc138de6 0.03 MB 66 38
274,802 274,802 00000000000000045c1ab1dcf89af7bf23b5225603d4d3815b4692fdc7c2ee07 0.12 MB 218 40
274,801 274,801 0000000000000000a7528893be28e4424eff807311efd464ec889085f924e5bb 0.15 MB 181 19
274,800 274,800 00000000000000038f83d10cb3ff234777e369a526a0c01818a6af1113130ff1 0.24 MB 498 49
274,799 274,799 00000000000000014c420f7a18c1b296a2394dfec9215e6886cc31d4a692f718 0.16 MB 282 59
274,798 274,798 0000000000000003d326098b77cbfb4ba98b945071b1f2c85b29e2cb6134ad21 0.25 MB 491 59
274,797 274,797 0000000000000000690f2aad1757ca0cf1d96e5f3f69fa9b21b008123d6298cf 0.03 MB 17 11
274,796 274,796 000000000000000121e8ab3bc83258a7592a6615d088626f3a53cd6bcf76f48c 0.12 MB 178 29
274,795 274,795 0000000000000003b5b1f0caae54464d897f7454beb60b3992c730552b82dba5 0.35 MB 151 11
274,794 274,794 0000000000000001b794be53bfbcd4f2aa6bc6ca469473ccf093675f34988f48 0.22 MB 451 49
274,793 274,793 00000000000000008dfcc44d8f24d2288d03f17ab189e70c7e81a96ce14e886c 0.00 MB 8 74
274,792 274,792 0000000000000003cfb9d52e73c98f736bac9a937e14eac0a2a92670770e6446 0.09 MB 154 32
274,791 274,791 000000000000000492410ecdb1f93eb5efc51ffbfdbcaffc6042a766efa25fe8 0.15 MB 315 43
274,790 274,790 00000000000000011452d5b95bd7fcba16c1b7a1063673019a430deb5a671430 0.07 MB 28 7
274,789 274,789 0000000000000001aa7a03558e3418d76fdb99ef7d404c584709b454b64c09c2 0.06 MB 84 19
274,788 274,788 000000000000000477212fd9389142ec9ea88c1c50e1540dc927d6f6f2c087f3 0.22 MB 422 36
274,787 274,787 0000000000000004787486603380087264bf2276376ac7feec44790e2218bb34 0.44 MB 872 41
274,786 274,786 0000000000000002516b0c3597d65578a776ecf95a05915cc45d5c428e488003 0.15 MB 269 37
274,785 274,785 0000000000000003ccb236460744a6f46cbda32cce386c91873afd83506500c8 0.12 MB 106 20
Previous 10 blocks ↓
Total Size: 769.03 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: 1,625.22 GB sent, 93.02 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

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