Memory Pool Memory Pool Refreshing

11,329 transactions
3.27 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,022 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (609,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,682 298,682 0000000000000000158490e391084d7aa371d82d78aa8115a435f5d551606fbb 0.09 MB 132 28
298,681 298,681 00000000000000001ac47fad60ab7812af124865cbce9304b393fe24fad0dc9b 0.25 MB 433 32
298,680 298,680 000000000000000026732402f9e50e2d9f6bb2943df955eadb73a56290f61802 0.09 MB 92 21
298,679 298,679 00000000000000003416d62810a4970f44e34effdf5e5c91d71f053fb2485502 0.35 MB 670 63
298,678 298,678 00000000000000003e4903e283989e42b7fcfaf075ab308b292058d7b4e7b897 0.04 MB 74 27
298,677 298,677 00000000000000005e6dcc4bcf1d20bea98d2f8c791e424555950b2b1f4cb130 0.05 MB 86 28
298,676 298,676 00000000000000003d92ae6ee2ce4473b6bb2e6d460049b8156305970ab11951 0.04 MB 128 42
298,675 298,675 000000000000000071fe5e1f5fea896eb9d02a72296a44124b6d47d5e09031bb 0.18 MB 424 42
298,674 298,674 00000000000000007e292b701aef9df9dd73e22f0707ea4a2eff3d12719aac42 0.27 MB 473 32
298,673 298,673 00000000000000004b761919fb92f4a6bd1833f513bde2d6f8f33e8cb3b2fbc1 0.25 MB 538 39
298,672 298,672 00000000000000002a6e351c3c46653dfb5e2ed04ece5d17941f4d40cc89fe1c 0.06 MB 87 23
298,671 298,671 0000000000000000020f019a1d7d195339991fcd740cbd240e1dd1d6bba0eb1b 0.04 MB 70 22
298,670 298,670 00000000000000008501497309627e5a369d0b4a54761efe5e19c219b0b08218 0.27 MB 458 31
298,669 298,669 0000000000000000182a9969e10d204ed2bd475301d9afa0bfd988c363f52353 0.14 MB 259 37
298,668 298,668 00000000000000007eef2dc8cf1fa4330260657daacb9260c865507671fcffde 0.18 MB 298 34
298,667 298,667 00000000000000007c861fece9c67ff8299ce89ac17dcd6c384b43a36ea2ecca 0.01 MB 28 90
298,666 298,666 00000000000000004120302c4f2d1d5c1c6c90dba6acfdf65a62f1366b3c994b 0.07 MB 144 31
298,665 298,665 000000000000000033348ce091adc98f9f3da917c95d02314637d10676312f42 0.17 MB 321 30
298,664 298,664 0000000000000000414f4ef61dbae05beddedfa8d6ba6b3b3613d183d4ae0cc4 0.04 MB 89 34
298,663 298,663 0000000000000000400c22cd6a6feacfe59a8d61d8243eb5201d24c17449309c 0.23 MB 220 20
298,662 298,662 0000000000000000187e7f565cd99cfa20730527e20615cdde65d97b9f86a340 0.35 MB 515 26
Previous 10 blocks ↓
Total Size: 769.24 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: 1,635.03 GB sent, 94.12 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.