Memory Pool Memory Pool Refreshing

1,237 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,282 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,224 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,281 (907,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
638 638 00000000b1ee19529a7c3b4b5ad198a4103404802ceb1f7161e67c1b7bfb755e 0.00 MB 1 0
637 637 0000000033913ab37586406bc5037c6f87cc2d41565e23958450bc2bc98ab07c 0.00 MB 1 0
636 636 000000008b0f1bc19009361b30547a86588b0a3a00d6f2dbbe1f744eff3cb21f 0.00 MB 1 0
635 635 00000000eb29cb0f6ad34af16f83e998580219bd01bfacf4bcffb13d145c8e17 0.00 MB 1 0
634 634 000000005a20199b7f8bd8c707171e792b2ca84b9eedc9a2483b7d3545d5e44c 0.00 MB 1 0
633 633 00000000188807140be26e081e596a8212ba14495158f13c8dce03a4d7315fa1 0.00 MB 1 0
632 632 00000000ad2ac1c66306f65080200104623cb0c32f7e52c23886f2909e298e06 0.00 MB 1 0
631 631 000000002c72cdf747e4fa6ad34a4bf6159cc65ab462e069c15d23eb5a688107 0.00 MB 1 0
630 630 00000000204da74cb20af67449c889b7bbb19f53d5387f999f875d8a1325de57 0.00 MB 1 0
629 629 00000000959df6e8faf7b28a0e0610574f33856b74a6b9c2888fccdc7e3e6c03 0.00 MB 1 0
628 628 00000000b5e779143dcc5052a30298bc54026a55089ee7c54d9a84df56b1857d 0.00 MB 1 0
627 627 000000004a7c386863b0f68ed98667aa7199f93e53daf51aa82c273881b60729 0.00 MB 1 0
626 626 0000000033818256a49ccc2a2a689f680aa67df17b6de2bef62858a41ba20bbf 0.00 MB 1 0
625 625 0000000099424c7f78847a97b95557110802c172cd97fa3044f76e6c4700ed22 0.00 MB 1 0
624 624 00000000cf6faaa863599e2e84c38c87ae48ab71b0d181a86921ec265a94aa1f 0.00 MB 1 0
623 623 000000003584db918b8667b768953ddff4489d491287aee518a91822e3660db4 0.00 MB 1 0
622 622 0000000045aa7ab90c20cf83d0206c6acdd431b52926962ffd46930ed7a04f5c 0.00 MB 1 0
621 621 00000000ee4c3bfaae7ced8917c27b277b279e681f13bed9005c74e4557b27e5 0.00 MB 1 0
620 620 00000000beecc05104c1cf910a44524f717be71686f339b751824aa0e76ad313 0.00 MB 1 0
619 619 0000000080af4f2b1c483e0942b004618fbd23ec0b4acea09486fd5257b4ecae 0.00 MB 1 0
618 618 00000000b90e354dad0524303be97ca253572fb99c639a55976aa683cce7facc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.14 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,691.91 GB sent, 98.22 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.