Memory Pool Memory Pool Refreshing

9,297 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,383 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (250,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
656,843 656,843 00000000000000000004fc66e8ed35deea7916857a65396ccd981616490e6297 1.28 MB 1,632 35
656,842 656,842 000000000000000000090d2ed862711f6f30a61256ae19b70291e22f98838ae1 1.32 MB 2,140 62
656,841 656,841 0000000000000000000bba88d901a247e6d4bdb7add217e24443b52a4922c42d 1.90 MB 740 10
656,840 656,840 0000000000000000000dae1f8afd482199ad41fa88ea42c40605aeb0c5c43357 1.50 MB 2,032 47
656,839 656,839 00000000000000000001b77cf05a0029201a7b7795c179f723674e8091560aa1 1.26 MB 2,144 45
656,838 656,838 0000000000000000000461ad2671ddff28ad56eb75ce73e4b65eb28d7eb125a2 1.27 MB 2,157 91
656,837 656,837 00000000000000000002fc8eee75bea0c2c6cba7d4bfd6c4a48ac10502136fef 1.29 MB 1,603 6
656,836 656,836 00000000000000000007af797e30e3b8b3e63c7254757ad80e2e84be38346b7e 1.31 MB 1,245 46
656,835 656,835 00000000000000000003948f55479db3fc133dedfbaefbb29e04a63cf14570a7 1.46 MB 1,696 43
656,834 656,834 0000000000000000000c397603c6cacf279b147911342ddce822c02720e6addc 1.30 MB 2,042 14
656,833 656,833 0000000000000000000445c4e5c9e64ea494abc69ad53400dac311666fc0a77c 1.30 MB 2,596 67
656,832 656,832 0000000000000000000b7483ae76627f918e39fcf40f1ba69c733e406f65be35 1.37 MB 1,979 45
656,831 656,831 0000000000000000000926e28fc27259058d687af821364bd7e059c71bd0e29b 1.55 MB 900 9
656,830 656,830 0000000000000000000bc62bc186b1437162708cd67ae7935a762e63ac57ff51 1.36 MB 2,821 123
656,829 656,829 000000000000000000005da0335b38723ef1e50eb8aa1fa519251cc81d54b8cd 1.38 MB 2,628 76
656,828 656,828 0000000000000000000d79a4e03a54af9625bee93bab818c4cfdb85177ab156d 1.41 MB 1,070 7
656,827 656,827 00000000000000000010aa0a5ac07f9ac229595aabcd484474ae225d322082b9 1.33 MB 1,351 96
656,826 656,826 000000000000000000051863ec36fd848e82e682503085ad760b0d83a3a5f903 1.21 MB 1,746 11
656,825 656,825 0000000000000000000f0e40d68237155c5631516ec89f231d51142c20498e5b 1.14 MB 2,607 19
656,824 656,824 0000000000000000000bec35961f089d3f7c2ad92a67078548d2c4e385c2e63c 1.33 MB 2,054 22
656,823 656,823 0000000000000000000ed44d6fb2e2b35a80dcf83114ab8c0afae4970ac2ac01 1.26 MB 1,753 38
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, 114 incoming
  • Data Transfer: 1,621.08 GB sent, 92.89 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.