Memory Pool Memory Pool Refreshing

7,863 transactions
3.63 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (3,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,703 904,703 00000000000000000001c1c2da09066fdcd4af8ae435a74ed04a487249611e1c 1.22 MB 2,096 5
904,702 904,702 0000000000000000000228f5014ebdf014b7bbef92e2ba9e6d6a278bdf0a8264 1.59 MB 2,076 4
904,701 904,701 0000000000000000000222b7ae560efa5346dd1308ddf81831ce28b11839da54 0.39 MB 341 1
904,700 904,700 00000000000000000001444d37f4b91bdd7808af28a0deeb6615bb3895a802ee 0.98 MB 1,525 2
904,699 904,699 000000000000000000011ff34ef67d807a6353d74cd01717c36e5d1762e2cf5b 1.24 MB 2,142 2
904,698 904,698 00000000000000000002108131f493ca22d11e6fa27e6b4b965ccd8c6784033e 1.54 MB 3,120 3
904,697 904,697 000000000000000000000ea56b47d476bf705e7328adf7f936ff5cf12e81e6a0 0.47 MB 913 2
904,696 904,696 000000000000000000013883f52077826d739d19694615a5ff1029b0d07a5239 1.74 MB 4,485 1
904,695 904,695 000000000000000000003531b5cb1b060f30c9e4be3c184d7331156a7ee15959 1.77 MB 3,960 1
904,694 904,694 00000000000000000000a53eae689e48641f89d820d2679ea8a1f21fe84c917e 1.63 MB 3,636 1
904,693 904,693 0000000000000000000170df449ceaeee3e55dcca4e15c8a91912e6d2f4c264e 1.68 MB 3,177 2
904,692 904,692 00000000000000000001023b38ebdd894d74712ea36974945a0a998db050686a 1.35 MB 1,971 2
904,691 904,691 000000000000000000021def360e386251b820fe6e63430ef036ac8b95c5b939 1.71 MB 4,203 4
904,690 904,690 000000000000000000016bdbddbc742e94326bf80c367962abc8ac4272e0f42e 1.76 MB 4,663 1
904,689 904,689 000000000000000000020b637cfe2c975f9634a6b30f19b2958377fcf3eb91c3 1.60 MB 3,766 2
904,688 904,688 0000000000000000000199ad4e5afd4b11d1085d6769099f8d29c2d71a17bf05 1.66 MB 3,257 1
904,687 904,687 00000000000000000001b4f497cd4c28a662bbb079621b7ce34663ddb890a9cb 1.87 MB 3,772 1
904,686 904,686 00000000000000000000c8fbee638a3cf5679260a71fbcd938c14e1102d8c9f2 1.73 MB 3,622 1
904,685 904,685 00000000000000000000a047568b1e69568a5fd6b2a750bcb159634d0550297f 1.73 MB 4,023 1
904,684 904,684 00000000000000000001ebfe4e56862b90da27895ef52d0452de08053b8e2561 1.78 MB 4,614 1
904,683 904,683 0000000000000000000122f6a56229ba50e0bc06e32377198fba61b9ac031cf6 1.62 MB 2,909 2
Previous 10 blocks ↓
Total Size: 769.03 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,624.89 GB sent, 93.01 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.