Memory Pool Memory Pool Refreshing

6,367 transactions
2.84 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,687 (67,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
839,928 839,928 0000000000000000000268a8921541876536a7bd86f4cff3cb003ec395b5606c 1.61 MB 3,364 105
839,927 839,927 0000000000000000000125d9354efe308931a9ca9582fce2e9451ce0fbad998b 1.61 MB 2,742 83
839,926 839,926 000000000000000000001fd215767726ea525f6435716be41c471f9789d1912c 1.64 MB 3,107 109
839,925 839,925 0000000000000000000061a6129e1cb6b1c555cb2e4c75396eff90e758ad5f88 1.55 MB 3,498 114
839,924 839,924 0000000000000000000219620ffa8dd438bf88ea33685523ccab094e5e977062 1.53 MB 3,302 167
839,923 839,923 0000000000000000000045438cdf6ba16f0a9ce16e5007968d4e05b9fa8cf811 1.82 MB 2,178 58
839,922 839,922 0000000000000000000038bac0173d7ea8c44381036bf81b34fd4871d93ee583 1.79 MB 2,743 57
839,921 839,921 00000000000000000002b2b4ec7c7a22ee33abd57690c53fe171d8f63972ea1a 1.81 MB 2,629 59
839,920 839,920 00000000000000000001ec0f2d3a61a9948a75e5ae44c20aa8f61034078a0990 1.66 MB 3,316 132
839,919 839,919 00000000000000000002de6b54da67a79e8b9b873855a71037088129fad5b52a 1.91 MB 1,884 59
839,918 839,918 0000000000000000000163ace3a56485e9e0dce44c53d803f70ee27c23175d98 1.78 MB 2,393 70
839,917 839,917 000000000000000000001f4e67025b00e6247cc095caf46ba37d64a83378bc92 1.84 MB 2,743 127
839,916 839,916 000000000000000000031275b9ee722b4f561587395663741465c77127061b93 1.90 MB 2,336 53
839,915 839,915 00000000000000000002eb4d5680c1a40f17af578b9cf90f591139f44b411d6b 1.63 MB 2,992 67
839,914 839,914 00000000000000000000ab17bfb28f6b46450cbc9b62eabedae2a099fd29b577 1.57 MB 3,376 82
839,913 839,913 000000000000000000001e44843c0f645da880f1a972dd9286c3cb3d10249a29 1.56 MB 2,612 51
839,912 839,912 00000000000000000000d50c8f3f4f858a207d4beada6f2d1c62d34fbce64522 1.55 MB 3,329 77
839,911 839,911 00000000000000000002e070b870878791ebea1547b8fd50e5f94acf3ab5a492 1.57 MB 3,476 94
839,910 839,910 0000000000000000000169e972cb87cdfd138bad4e97f105e9486b5017aa8c4b 1.59 MB 3,301 82
839,909 839,909 000000000000000000018574897a5dfd2a4029b788b77c083215bab223b0e380 1.87 MB 3,664 55
839,908 839,908 000000000000000000001d3fb5743dcb30e12af7b0cd9c8d95c8b1a1fdd5c8d8 1.64 MB 2,772 43
Previous 10 blocks ↓
Total Size: 768.96 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,615.05 GB sent, 92.61 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.