Memory Pool Memory Pool Refreshing

11,198 transactions
3.36 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (405,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
502,699 502,699 00000000000000000068df725717b89be48a89af31d9fcf8db115015457db947 1.08 MB 2,320 575
502,698 502,698 00000000000000000048b0c17c3e41fc813f340ad88f8c727aef1f17e91d9635 1.08 MB 2,264 516
502,697 502,697 0000000000000000002fc0675e6e087b2f9fe6bcecc6c017c6d6db9342ad283f 1.06 MB 2,549 479
502,696 502,696 0000000000000000000317a9ed672a08095273c6d1d9a24e44d31b21ead6c342 1.03 MB 1,581 524
502,695 502,695 00000000000000000024abcae2c26cf05ae31ddb2a99c5219f5efdb0c4166c75 1.05 MB 2,582 541
502,694 502,694 000000000000000000302bce9401229c65c4e973c2c7e450eed999ec249224b0 1.04 MB 2,465 563
502,693 502,693 0000000000000000002f5748f17715ec2f91208f2bc2c235ef6b7ad3effd67ff 1.07 MB 2,618 531
502,692 502,692 000000000000000000140861a2521fce71195261eceda2480b942e257178784a 1.04 MB 2,342 474
502,691 502,691 000000000000000000766f8450764e7c63e3db3401858205e2f1b23a20eba9ba 1.09 MB 2,712 437
502,690 502,690 0000000000000000003de6117602d6b116119f3e791243432db36d952321eb5e 1.05 MB 2,434 495
502,689 502,689 00000000000000000041cb3741328451b02978ad2ef86fa2ab582351fcfb9c16 1.07 MB 2,414 530
502,688 502,688 00000000000000000065d528a31839de1ab0f573b880a952b4b5c6ccc949646b 1.10 MB 2,079 407
502,687 502,687 00000000000000000008a56f6b7b36dac26ee0f13923af94922aff8a54341ff7 1.06 MB 2,692 530
502,686 502,686 0000000000000000001a0f20a16e6589b1d61901192ed9c58b897764352765d3 1.04 MB 2,241 457
502,685 502,685 000000000000000000101a83a36308721f495ffd154713cbf4c01e6c63e48b99 1.05 MB 2,529 427
502,684 502,684 0000000000000000003b13059fd20c4bca20fba229210d1fc1fafca75ec0e618 1.05 MB 2,754 484
502,683 502,683 0000000000000000005b35ae9792917c4ffa5224adf68319d3f12a6412729904 1.13 MB 2,442 459
502,682 502,682 00000000000000000025ec05a24a9868a8b1b37c0df57c7418cedaa1bb9c2812 1.04 MB 2,989 527
502,681 502,681 0000000000000000008990568128b09827ccf2a0712c1ac00829fbe08a5a5ec1 1.06 MB 2,588 507
502,680 502,680 0000000000000000000fd13ad4263b6a3284e29553f28b458c156aa03c61fee9 1.10 MB 2,011 651
502,679 502,679 00000000000000000087609ae23fc5d68c57871abf58a233aad4c6f9cb782a46 1.07 MB 2,498 417
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.49 GB sent, 92.91 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.