Memory Pool Memory Pool Refreshing

12,629 transactions
3.97 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (609,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,303 298,303 000000000000000024ffb890c7dd3c300c09bec113c824409239afbff48cd51f 0.35 MB 968 51
298,302 298,302 000000000000000008f526a492fc466bbb6f84ce60c399f3f6e7519535b68b10 0.25 MB 819 59
298,301 298,301 000000000000000023ef0c2b68efd04b64074b20cc135ffb562e22099062e6a4 0.11 MB 136 21
298,300 298,300 000000000000000045650a49c73c31abbb8f3b12680ad84311f351ccdda8d7bf 0.35 MB 708 38
298,299 298,299 00000000000000002399e9d3bd9a63bd4f78aeaa2dbe3258637b22a8987105fe 0.05 MB 110 12
298,298 298,298 0000000000000000993b795637328bdb16ce6b4ae62be1f78d708ad36731d9b7 0.02 MB 50 36
298,297 298,297 00000000000000001ec05c5508bed69d287f9fb37eaec44a970938baea878765 0.29 MB 396 22
298,296 298,296 0000000000000000656f8ed7b6bfe5161a485ee266cb1dd0a393d645e5cf4e05 0.22 MB 512 44
298,295 298,295 0000000000000000594b1b6208c55a15fa6b41919c66b5573a67def49ed1b9d2 0.03 MB 63 13
298,294 298,294 00000000000000002ce3a47b317bf54178a205bec797aec520d7e5ad7562b819 0.08 MB 144 31
298,293 298,293 00000000000000003d522cc94f7944767ad1b17c320434d1b0749c9509b62009 0.10 MB 132 20
298,292 298,292 00000000000000008eab5f4fd946196ae96ea6bd8d2abea5f52bce8668a75eae 0.50 MB 714 27
298,291 298,291 000000000000000009eec61114b085ab6ecceccafe706822ade5658a1ee0bbce 0.35 MB 886 42
298,290 298,290 00000000000000008e4e137457de3967cc6373b95e67026732f196edabd22ebd 0.23 MB 422 31
298,289 298,289 0000000000000000471b8b7cd5da4de90fa6507feea9393fc5dc07b218e5cf0e 0.13 MB 191 24
298,288 298,288 0000000000000000842a3146a8646555f34f1a6e8aed449e8d21e29658cdc0ae 0.10 MB 127 21
298,287 298,287 00000000000000005652fc954d9f6183af7307cce965c850d5b36b42cff1eb8f 0.09 MB 132 22
298,286 298,286 000000000000000040ff3444cc1a218f0a36e62f8f2f4a09ae5a493a0de26cea 0.24 MB 178 15
298,285 298,285 00000000000000006d26dbdf617c5c447e19c6e154ff6352bc6f3be1f9997067 0.35 MB 804 61
298,284 298,284 000000000000000050f48023ec9ce52725e7e56a2450dcbb833065b37bcb883a 0.23 MB 78 12
298,283 298,283 000000000000000022069eb2afd2938b12403fecc3099b3ca1512856e45a68e4 0.50 MB 697 20
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.18 GB sent, 92.93 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.