Memory Pool Memory Pool Refreshing

7,436 transactions
2.82 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,211 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (557,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
350,497 350,497 000000000000000002d616fee01db305d457d04c43467622245d6b9a624a7610 0.75 MB 1,565 26
350,496 350,496 00000000000000000c18bfa9d575a1661f2d6680589100d834ad90d46e2c09d3 0.27 MB 534 12
350,495 350,495 00000000000000000d80c3de3c6b64860055baed11920024d6868d597481adad 0.75 MB 1,379 26
350,494 350,494 00000000000000000261ba1cf59878031b7a1b49e919e20ae1a9420c0a8f8fb8 0.34 MB 758 29
350,493 350,493 0000000000000000097ffeb4975e7e483c62256079f86f30bf33297681e422b6 0.40 MB 864 28
350,492 350,492 0000000000000000032b3a95390030becea1c45f9c6b01b1e564097bdb885b79 0.45 MB 939 21
350,491 350,491 0000000000000000143da0351318f1ca8fd04a77727d3fa757ef7c53cd5f4132 0.58 MB 1,224 29
350,490 350,490 0000000000000000048d53b2be8bc299e6bae2896933b16241bb3fd2985dad83 0.42 MB 879 30
350,489 350,489 000000000000000006c6d58e047518d431c37fe79b2e40370d17c7f4b5eb762d 0.21 MB 390 18
350,488 350,488 0000000000000000135804ec58e3df57af8a7db63879d042d2fe6f81c2e49857 0.03 MB 62 20
350,487 350,487 00000000000000000dcc078b6b9b3e9d6b432e2080a6f0e2a15685ea92f132f8 0.07 MB 140 30
350,486 350,486 000000000000000014f3c40c4a1a68464cf7778e9d836a23489745beb071cd7d 0.16 MB 295 24
350,485 350,485 000000000000000010c86c2e66d9122f88adc7db43cfbb87da11910bf3418d5d 0.34 MB 706 37
350,484 350,484 000000000000000004025cd82c1b09a56f68b0e1df3bf3d1ed3fdaae01fdbf3c 0.22 MB 425 27
350,483 350,483 000000000000000013b86176f93223adb4c10258ef60468bd98080686e0303f7 0.55 MB 908 25
350,482 350,482 000000000000000002673b03566f90c6fb4f338c7b7e369e49736c030e80fbc8 0.36 MB 684 25
350,481 350,481 000000000000000006496833429553c3435509a9ecf2f092d27ef2afc94358c3 0.10 MB 167 17
350,480 350,480 0000000000000000160ae2fcf8fc56e3632d87103a7301deb172104d884d0d86 0.59 MB 668 16
350,479 350,479 000000000000000007d803afe7f053485a2d9252c675f3854b60cdf1e48511f0 0.75 MB 1,623 31
350,478 350,478 00000000000000000c3c47fdb891b411c322cf2d16ec553eac746a580914d3f3 0.60 MB 702 17
350,477 350,477 00000000000000000741cfb3260a2ba0a6881e027bf5342e0ac5ae476732ca50 0.75 MB 1,793 32
Previous 10 blocks ↓
Total Size: 769.13 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,631.56 GB sent, 93.56 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.