Memory Pool Memory Pool Refreshing

33,424 transactions
30.82 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,251 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,875 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,250 (206,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
656,221 656,221 0000000000000000000871188f866b1df2917647bc7449fcae1a893882f59b82 1.38 MB 1,673 140
656,220 656,220 000000000000000000105e2625f94904499da001ccaa2d966bce3f32a4d239bc 1.70 MB 594 14
656,219 656,219 00000000000000000008711c583aa9a90def0f025b394aaadb68e810d1715d6e 1.68 MB 915 27
656,218 656,218 00000000000000000002a751a23db6c6f0e741d4050fcc1ce10ae53e0dec4b5a 1.77 MB 197 5
656,217 656,217 0000000000000000000780630c0ccd7b62c7124f853f09ce25ad3efeec683edc 1.71 MB 413 14
656,216 656,216 00000000000000000010861da4c1793e54c4adca07ed4f3aaecc8d4b9cb9a9ff 1.59 MB 1,188 46
656,215 656,215 0000000000000000000ebfb95c63762ac05ac032c904b213c7154cf4dca98e1f 1.56 MB 1,134 47
656,214 656,214 00000000000000000006a9b269465bd9224ed057c07022cea001dac5c4be4000 1.42 MB 2,182 46
656,213 656,213 0000000000000000000f72eeb1f4abb0061325514f6866f8adb6d7eabe655c4f 1.20 MB 1,874 11
656,212 656,212 0000000000000000000881f171ab10b5688fd8a2f6dd281fc30afd5265d5f451 1.30 MB 2,976 86
656,211 656,211 0000000000000000000884b6c1de070b618015c0c715b3905c15c3fad231a636 1.40 MB 2,617 107
656,210 656,210 00000000000000000007aad7aaf0b784dbbeb2e7f0d465d7c06172e858bea84b 1.20 MB 2,591 51
656,209 656,209 00000000000000000002bf3c15178c3b6224f761adadffb7b77893b7a9356d50 1.20 MB 2,969 67
656,208 656,208 0000000000000000000e1552c4225ce3a5baf84d6666ac3b29b4af82f9d39e7d 1.36 MB 2,955 68
656,207 656,207 0000000000000000000e4a0e24953c0c46f80e08d5ce997d79ecae942b0796a7 1.48 MB 2,052 140
656,206 656,206 0000000000000000000acae2daead8adfb104e88d00f491960bb54595a43ce1b 1.24 MB 1,839 223
656,205 656,205 0000000000000000000732304965762cf26b1d8ab12a4babbc877b6b80c7d0ca 1.23 MB 1,917 29
656,204 656,204 00000000000000000002f236ebe9656cfca1148cc2a7d645dbc4427130e740dd 1.15 MB 2,785 40
656,203 656,203 0000000000000000000503f08d2a958f1d4aed5b70d653cbbb4d47b697f773a8 1.18 MB 2,597 25
656,202 656,202 000000000000000000071aae8a243e64a3f67145f7e3e38bf6c732ed7e83ef55 1.39 MB 2,856 104
656,201 656,201 0000000000000000000d93b1b0ae891b76e081ddbba951897a4543e8559595b8 1.36 MB 2,466 168
Previous 10 blocks ↓
Total Size: 684.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,358.97 GB sent, 102.58 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.