Memory Pool Memory Pool Refreshing

1,651 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,823 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,644 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,822 (571,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
336,502 336,502 00000000000000000dfdda420723a20387bb146ebad99bd08238e215faa0eb3b 0.48 MB 762 21
336,501 336,501 00000000000000000264b4581397f243576029e7f8531465e2a73ff82de65723 0.27 MB 752 39
336,500 336,500 000000000000000003076ac0bfe39d53c9da3b0bdc92723012adc5ec39701832 0.57 MB 1,100 28
336,499 336,499 00000000000000000a964fae4f5f387761c918a97701f01fecefe7171d263ff2 0.75 MB 1,427 27
336,498 336,498 000000000000000003e16979af66f5753b6e0da1f7f64d83dcfa8d475cfd0f23 0.85 MB 1,197 20
336,497 336,497 000000000000000013e3bf51b10ebb108aa98042544b4dad8c75426ef07119ad 0.75 MB 1,391 21
336,496 336,496 000000000000000011449862a771e7281f20156b0214892ae7a7599b9f08f501 0.35 MB 1,310 78
336,495 336,495 000000000000000009fca62d367caea826e9e0f1520923abe9def1043120dce5 0.03 MB 64 27
336,494 336,494 00000000000000000aff11dfbc8ae25196c3e6ea065ac15bb47ac16c2f153102 0.04 MB 128 56
336,493 336,493 000000000000000008f893e7e4e706bd7432505e1a322b752e8a23f171573aa5 0.55 MB 1,015 26
336,492 336,492 00000000000000000023444ff3e644365e8e310944120e7351c0abe9c32e87b4 0.13 MB 143 16
336,491 336,491 000000000000000004e3a2b581ff6538cee0617f2de37b7b953bc939555f517e 0.23 MB 434 26
336,490 336,490 0000000000000000146bba4f7b5babc95d339436921a17167f3a5e5195320d54 0.10 MB 116 12
336,489 336,489 000000000000000013b291366771ddc31623f546623559eef851190832b3612b 0.20 MB 430 25
336,488 336,488 0000000000000000147de1f8255518f58a8da151d47eead268a166efe1445b84 0.10 MB 211 16
336,487 336,487 0000000000000000106b69f5e2a72c1b18990dab1c46ef2d1212e7358df827e2 0.35 MB 564 25
336,486 336,486 0000000000000000092485477a5d2c99960393dbeb071359fb0c030ba5878fa4 0.21 MB 373 20
336,485 336,485 000000000000000010ab9cbf83b750c85dbf4f1fe620fd97dee3c5f4c86f2f71 0.68 MB 1,229 21
336,484 336,484 00000000000000000e2b8a8676885319a250d5f41a49ad85ed62b150699aba2b 0.14 MB 512 46
336,483 336,483 00000000000000000dabbde0f1fba62d0a98c541ca3a7dc53bdb8b416db8f4ab 0.21 MB 412 24
336,482 336,482 00000000000000000680c272a42ee9de6fc9ed65c5dc639768a33540fffbaeb3 0.04 MB 61 24
Previous 10 blocks ↓
Total Size: 769.21 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,634.16 GB sent, 93.96 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.