Memory Pool Memory Pool Refreshing

7,729 transactions
3.58 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,963 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (477,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
430,548 430,548 000000000000000003d970c9f703e43f5abd9130a96672dc266184a3b81dda2c 1.00 MB 3,007 100
430,547 430,547 0000000000000000031991ca4197f8953c99b07d17c2dc307b914b18526eacaa 0.97 MB 1,237 37
430,546 430,546 000000000000000002fedcb3c583b66ec18da72ee7e786693ecef4a4b1cd4f50 1.00 MB 2,378 58
430,545 430,545 0000000000000000032dd9319a80dfe4be9e0e7bd5ea910e19a3bbb9fd7d4438 1.00 MB 2,696 75
430,544 430,544 0000000000000000033152fe461acdb559004980ef1ea527a96c3b7c51cf00fb 0.00 MB 1 0
430,543 430,543 000000000000000004259539bffb370781ab50c57ccb65c5e636967cda71a392 0.00 MB 1 0
430,542 430,542 0000000000000000041538873056515f99d094f064d63ba412bb4ff5d8d357d9 1.00 MB 1,951 43
430,541 430,541 000000000000000002532fd44a835dd4d671a0fdc8caef256f683c8409bdd08d 0.00 MB 1 0
430,540 430,540 000000000000000000e3437e58ac7ba122027f34d248ac78350c0078524af275 1.00 MB 2,866 85
430,539 430,539 00000000000000000400d32cd642364947eaa6f960add099b7ce49dd0164e2af 0.46 MB 914 56
430,538 430,538 0000000000000000027c4e69a0613ee175d92c2a59af13379b6ead26388946a5 0.68 MB 977 38
430,537 430,537 000000000000000000502525e40099bc2fafdcd900f75e2b7a8d63e0179284b4 1.00 MB 1,250 25
430,536 430,536 00000000000000000424c903807b9760a93fcb4c736c9951fa36db96631a1ae4 1.00 MB 2,269 51
430,535 430,535 0000000000000000008e6cb930ddada7af5f22c5a9336d1778db442d2b1467a7 1.00 MB 2,510 76
430,534 430,534 000000000000000000cde293eb2d0c0b5c0f452ed06979381b0a9ec2279ef2b9 1.00 MB 2,038 54
430,533 430,533 000000000000000003785452fd6eb702ca29c54dd42344a4e9e3274bcd309793 1.00 MB 2,650 72
430,532 430,532 0000000000000000012972cc384730178f8b9e5299f6babc0546dd6694331120 1.00 MB 2,743 61
430,531 430,531 0000000000000000024310e420f4952966fd58ddd39e5d9706aa4d4987bfe87a 1.00 MB 2,909 78
430,530 430,530 00000000000000000239430711d1e138e672789cb9d11d9ca3615f0a0066db6f 0.51 MB 1,372 60
430,529 430,529 000000000000000004c47200659f7a000cca8445bce600681a6cdd50723b5f9d 0.36 MB 879 64
430,528 430,528 000000000000000002fa3bc4c93e4511b456977d6ba381c912709a0217711d2b 0.23 MB 594 66
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, 113 incoming
  • Data Transfer: 1,624.88 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.