Memory Pool Memory Pool Refreshing

19,353 transactions
6.19 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,347 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (604,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,896 302,896 00000000000000000bc64b46dd598d72b0372207c7a1a33503fa84eee650f64f 0.00 MB 1 0
302,895 302,895 00000000000000003d8e61eb73a3738b79d6ae6a2c7dae935abaa04416ba4415 0.05 MB 105 8
302,894 302,894 000000000000000063df9fc12dbafa58819359c36c46c05fc88d5d610314809e 0.34 MB 487 27
302,893 302,893 00000000000000002a8dda124ce6f1ddb24bd82552443ffc44ec5eebde7b185e 0.40 MB 656 26
302,892 302,892 000000000000000048866febca9c5a99236d1c7b56bf992f058313b9f041eb15 0.29 MB 503 28
302,891 302,891 00000000000000002e9114a6302a1014d8a092fef6ec89f876e0858e4700cf03 0.66 MB 925 24
302,890 302,890 00000000000000002d4bf74ab56fd6581206b89d704162780549bc4bd05fbdd3 0.42 MB 807 33
302,889 302,889 00000000000000001dcf1806dacd41ff3e274ed69f9b43abae0ff00f4622676a 0.35 MB 696 30
302,888 302,888 0000000000000000633320473f40abce1f0fa1ce2a978f3182a3586ecc849a75 0.18 MB 341 31
302,887 302,887 000000000000000000c2e3f8fa1c4b607e14ef4c191a8c7e2c60b1e80b4660c0 0.74 MB 808 20
302,886 302,886 000000000000000028f2baea2264bf075cb2d799c0a879235e0e4327d3b7d2c9 0.35 MB 670 29
302,885 302,885 00000000000000005006b2f1d0e8516e93df587f4a67f21968c3598258a7c2be 0.35 MB 744 34
302,884 302,884 00000000000000001921a0ebf2cf6684c37a620a68987cb945df8e87676b360f 0.74 MB 750 18
302,883 302,883 00000000000000002fe31fd66a9d82b1e204d056b118f86a314af955d91f51c2 0.92 MB 1,129 23
302,882 302,882 000000000000000054abff79d212ec9d989521613886aad98f9831952368bffe 0.26 MB 512 32
302,881 302,881 000000000000000030b728620e2a87258ff1fe8ae7f5aaff77c81ccc65082dcd 0.92 MB 1,907 35
302,880 302,880 000000000000000057542704a3b4c6ce6d3b1b0c63a835d7ad90250f5e77aa87 0.35 MB 1,067 53
302,879 302,879 0000000000000000017446e2b670abc9c6ba01d4844aa2dc9d863d2e2f29e87f 0.92 MB 2,626 47
302,878 302,878 00000000000000002ee0f32ea020697c31926d7f98f3202bff9f0762285920c8 0.48 MB 833 29
302,877 302,877 000000000000000034b3b15fffff022787c7f5d977719455151d6ed29bbf2f5a 0.13 MB 115 9
302,876 302,876 0000000000000000321e3728c40670451e2813c7ec8be9c29a2eab6cfb3ae6a9 0.35 MB 724 31
Previous 10 blocks ↓
Total Size: 769.02 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,624.47 GB sent, 93.00 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.