Memory Pool Memory Pool Refreshing

3,516 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,939 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,254 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,938 (591,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,944 315,944 00000000000000000465b67b93dfc7d5099e4e74584b221c17c4287809bab3c4 0.27 MB 618 32
315,943 315,943 000000000000000027a527f47dcad3972516a6b11a916b16c28e8b673b7440bd 0.34 MB 622 25
315,942 315,942 000000000000000024d328b400095eafe9f99d256c4738c10182916df5a2affe 0.08 MB 256 52
315,941 315,941 00000000000000001420add1923fa51be68dd9df511fab1350bfb1c1c8e4d86b 0.18 MB 330 23
315,940 315,940 00000000000000002f6fed0fa2b17ac92d27ffab89f410c856f5bad7e052e43a 0.30 MB 504 25
315,939 315,939 000000000000000004770b03d0acb492dfa06700e78c221ab31c6986c60a055a 0.41 MB 552 23
315,938 315,938 0000000000000000069ff289f2d4c203cf6e394964be8a5c96970a8746e97cc2 0.46 MB 914 28
315,937 315,937 00000000000000000862939c1faa6355fb13fa691875235783ded9ccf4df439c 0.20 MB 381 29
315,936 315,936 0000000000000000254833247caf05463fc9e73dc6f5e0d117b0e16ca4b141e9 0.39 MB 792 28
315,935 315,935 000000000000000021bb9d03686bcefa23aff8f25059b2c82635d2ca1697961a 0.35 MB 639 23
315,934 315,934 000000000000000028376dd3fa332ddc6bc036d572bb4db74c4efb177d876ed6 0.05 MB 116 28
315,933 315,933 00000000000000000c4992c88d9c99321a096aa13b1dd5eddc2839ab57c4d65f 0.00 MB 1 0
315,932 315,932 00000000000000002c724f8a77d8b0d3f247ed5ac5f7e4f7f0353e35ff780e4d 0.27 MB 492 27
315,931 315,931 00000000000000001e16207505dd595b73b641673e3bf9371282fac9a39c1ef6 0.18 MB 354 27
315,930 315,930 0000000000000000070260b767129995af731cce7060e7273b41470191444dc9 0.04 MB 73 28
315,929 315,929 00000000000000002e283d68b4c8221f5f215d73f9456fea9275ab360c7705e2 0.13 MB 281 31
315,928 315,928 00000000000000000c757eb20c16aa41010da21d98b27d0af48cfa5e653d40c2 0.16 MB 302 27
315,927 315,927 0000000000000000309a3403e35f4ce4832d560e112c9397e5b101b88e47c72f 0.06 MB 94 25
315,926 315,926 000000000000000004da9d794bd06d70c01f1a6f85053ddaaa2b36df40de6e3d 0.09 MB 168 26
315,925 315,925 000000000000000031793520820573de658a42625575938a30888106bad28ec4 0.20 MB 345 23
315,924 315,924 00000000000000001e1055b7314adfe40393e2fde37dd159f6f5653923a8f39e 0.36 MB 649 25
Previous 10 blocks ↓
Total Size: 769.43 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,645.49 GB sent, 95.09 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.