Memory Pool Memory Pool Refreshing

14,109 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,245 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (583,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,499 324,499 0000000000000000162c48002370e0ddff9cfbcc20f0d71a0a385d14ba9f672a 0.15 MB 512 58
324,498 324,498 0000000000000000108697d425c299cb4e405e2467f6600325a8a6a456855eeb 0.61 MB 905 27
324,497 324,497 00000000000000001c8100eb4d707aed27926101df750761ea398b091f32502e 0.75 MB 1,886 44
324,496 324,496 00000000000000000073c21f7ce43b2ad5b1c0ee1de89def75759286a113c779 0.20 MB 435 31
324,495 324,495 000000000000000011eeca3346e7178498c75b4e3c7e75c011489ed2801c43d9 0.19 MB 350 38
324,494 324,494 00000000000000001f45b663428a13ca4b62f0b02e11bd648121c932af955e7d 0.38 MB 743 36
324,493 324,493 000000000000000003125e1bfefa786a45703cc5ab547d6990bcf37bee8dceb5 0.56 MB 1,102 36
324,492 324,492 000000000000000015eeff9b33145dc7371b0afdecdeb64c549207a8f9ddc9a2 0.37 MB 585 25
324,491 324,491 00000000000000001151a8fe7218429b570bc1a134c0d2b9fc4f7161095848c1 0.03 MB 64 90
324,490 324,490 0000000000000000094411920622ba3fe413f1a78f7e14a0e0f402f3e3b5a2b8 0.75 MB 1,086 27
324,489 324,489 000000000000000013776f19bf48d96d90142400cc4dfee0ebe0ea52e9f96095 0.75 MB 2,067 48
324,488 324,488 000000000000000017e814cc099b9331a614c66ea5daf78472c5003a16ac3bf7 0.03 MB 64 65
324,487 324,487 00000000000000000d84e75ff7679a61cfb3a1d596a4e359549f1f760b2e325f 0.35 MB 502 26
324,486 324,486 00000000000000001112fda35bc51ed98ddd7934159d82af9eb2a1377542cc2c 0.35 MB 702 53
324,485 324,485 0000000000000000134df44a793303ae70cfd12d1213b7435bce2708f8c0d4e7 0.03 MB 53 37
324,484 324,484 000000000000000016196080a4136d36b96efccd6f609ff398ce67fa045e37a1 0.75 MB 1,348 26
324,483 324,483 00000000000000001938ea410fb4bd72e42853dd845214c44b54101133f7e382 0.75 MB 1,855 38
324,482 324,482 0000000000000000184b763f5aa613edefaf363a275892f3722570f1f5468e8c 0.06 MB 118 31
324,481 324,481 00000000000000000dd18fa52ef7a93c8077b4b725adc84669574e156fb41a18 0.11 MB 234 26
324,480 324,480 000000000000000019628f3c4fdb306a5875c7bb3644be3fac4332f742f925c7 0.58 MB 969 27
324,479 324,479 00000000000000001ca0b5fc6574301d0683382d44478798666eccacd035a317 0.75 MB 1,700 33
Previous 10 blocks ↓
Total Size: 769.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: 1,622.95 GB sent, 92.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.