Memory Pool Memory Pool Refreshing

4,046 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,489 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (781,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
126,701 126,701 0000000000001125742d8b55863088b91bd96befc0671419eaf1dfca6acfc435 0.03 MB 69 1,583
126,700 126,700 000000000000139ad4540d0412b70d606c313e221135523ad421121387f8473b 0.00 MB 8 404
126,699 126,699 000000000000328a2e22bbd74c075ba6552fde0513d3d79dd0b4f4b68abc9704 0.00 MB 7 692
126,698 126,698 0000000000003c79b5e6c8599fa893a7c7f4cdace343adc1e9204357e343d6d7 0.01 MB 25 1,015
126,697 126,697 0000000000002eb555e2919d4a0192561e2da0d9a09450b6c91fe35a64703c99 0.00 MB 5 649
126,696 126,696 00000000000036a010ed7fd7586b533001b422915195fa957a6aafb77fcb53a4 0.00 MB 8 722
126,695 126,695 0000000000000267329dc81124d858e421ce7321363c53f31ab8109aa2581045 0.00 MB 4 1,414
126,694 126,694 0000000000000b304878ac8cec382a68a5d51edb6e16559c694e7613432549f2 0.01 MB 47 41
126,693 126,693 00000000000028a5704c80354000fd07820ab68c4580f5a2d38128b7d5bed4e2 0.01 MB 26 910
126,692 126,692 0000000000000073c1f07742d2d068f3f853c89fa3e85fa4eded86ca9a15461a 0.01 MB 20 740
126,691 126,691 0000000000000d8ce7fd4daf869871d6b3e7e514a3da871eaad7e4c049f11de4 0.00 MB 12 339
126,690 126,690 00000000000005c5b999ba4bd36c04e927fb71bae66eb992aecf2b809bba256e 0.01 MB 14 599
126,689 126,689 0000000000002b57f8432ec09fed9f4844e71c8f25c38623ed818f963e6337d9 0.00 MB 6 0
126,688 126,688 00000000000031200333a365757d027d6169790ea859d42890c89c45cb897042 0.01 MB 16 1,372
126,687 126,687 000000000000139ae6575ff8c4702e2c8e187f408211704f39c59b55ceef8a9f 0.00 MB 1 0
126,686 126,686 0000000000002dfee4ed2545f48bd9609786859266d25cc87349402e60c2066a 0.00 MB 10 4,461
126,685 126,685 00000000000030635528120589c24503303b7dccf1b2cdcbab2a33dc25a81e21 0.01 MB 12 450
126,684 126,684 0000000000001ebf6ed8dbf706c887fd206a708c2cb9f6f9802d02497509ea7f 0.00 MB 6 557
126,683 126,683 00000000000013f33127ea99afbd3d8d264b859335403153d669fb125592fb98 0.01 MB 8 185
126,682 126,682 0000000000000567f8a6e6fc45c0d7c77af565169fdab32a0283b7b892396e33 0.00 MB 2 685
126,681 126,681 0000000000001a801db09ba54be7c4079e721c6ce95a1ebde7d28fc99ea103f9 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.