Memory Pool Memory Pool Refreshing

4,467 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (218,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
689,787 689,787 0000000000000000000b7d2d2a2578a142b2b778b8ab07823ec7184093196433 0.95 MB 1,686 41
689,786 689,786 0000000000000000000f428ae9e372f742ce49aa22eca886e81de534c23d83fa 1.14 MB 2,227 38
689,785 689,785 00000000000000000006ae6d18f07446454000a0df0d61b5ac6f5bef4ab2e549 1.11 MB 2,284 37
689,784 689,784 000000000000000000006d075a85e4113d8cfd6bef696ddb90857df78a5170a2 0.26 MB 426 42
689,783 689,783 0000000000000000000a98b412a7d48acda4b3e2328b3da028671ca50e08f3a4 0.72 MB 1,201 19
689,782 689,782 00000000000000000000f699ae56a3f26acaf07159b2b4ff376b45cd7223f3de 1.52 MB 1,952 31
689,781 689,781 0000000000000000001098cf704eaebe59109c3e45100d52a783ddbbe3892b5f 1.83 MB 272 4
689,780 689,780 00000000000000000001829cba3892441790c2626dc728894bc40a01d60037bc 1.78 MB 362 7
689,779 689,779 00000000000000000004ac8cf39853af34505758716c9fba22168cb202dd90f0 1.55 MB 2,108 16
689,778 689,778 00000000000000000005e322f4e9d86b4389fc3d8ee8e9d78ec9e492dd3f5aca 1.50 MB 2,657 67
689,777 689,777 0000000000000000000bf5edad39d5218c1798b791fa89dcc49b5e9104895044 1.60 MB 1,646 18
689,776 689,776 0000000000000000000270188072cbd97f0476b0c98923e200297d2d21f5175d 1.50 MB 2,349 62
689,775 689,775 000000000000000000007043e3e74792ccd344802f509f49508353230b2fd491 1.56 MB 1,837 22
689,774 689,774 000000000000000000066267132581c658a44ad268b8e8dde5841c83a9cc6ba5 1.52 MB 1,235 66
689,773 689,773 0000000000000000000abdf6fabaaaa130ab6f3a66f68c9c730d52295542c431 1.59 MB 1,705 31
689,772 689,772 00000000000000000006dac1a42c762aca44476c7f34a87c285de4e2678f6c28 1.52 MB 2,675 34
689,771 689,771 0000000000000000000d6d0011c1cf479d08d879a0cdc9beeb00fae4bdae6ecb 1.40 MB 2,344 17
689,770 689,770 0000000000000000000b8b8e1ed3702506b9aa142706265b87b3532aceb307d5 1.41 MB 2,929 61
689,769 689,769 00000000000000000011716c78a1ee94756cb3f33743ebc7bfdb0ef401bbe0eb 1.45 MB 2,188 78
689,768 689,768 000000000000000000021ff2ef9f6a1af873fcf4b7a516f0370d167804be6539 1.57 MB 1,942 24
689,767 689,767 00000000000000000013723e269fe33aa672b4e1ec3935e3e4e484a641c59b9b 1.32 MB 1,836 64
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.