Memory Pool Memory Pool Refreshing

5,990 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,950 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,428 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,949 (48,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,576 859,576 000000000000000000002bd112b61f79ed5d3cd5319f4e960933630b65b6bd18 1.79 MB 3,019 3
859,575 859,575 000000000000000000002b572b68261d83346da5e0b333b6516ba593a81ab0f6 1.60 MB 4,471 4
859,574 859,574 00000000000000000001061a01bf85e32dc5e0e39550185e308cdc84b9dc62ee 1.48 MB 3,368 8
859,573 859,573 00000000000000000000557e71c1ea8d70db6d0f1958c752ff6d51d896e33e10 1.62 MB 3,991 6
859,572 859,572 000000000000000000002ba0d8bf8f32bfb6da898dc1343751ee662606987f59 1.72 MB 3,929 4
859,571 859,571 00000000000000000001aea7e0ecfb6436da2f69e69a017d98286bf91c6d7e51 1.66 MB 4,402 5
859,570 859,570 000000000000000000005fee05bec2631a5b7d6c8917ddb3ceedcacd4fac9732 1.81 MB 3,564 10
859,569 859,569 0000000000000000000294362d7d586230c5f78f75f2dced2ae3743ecc798d99 1.79 MB 3,888 5
859,568 859,568 00000000000000000002f8d54f3a55d2d8b3d6d7101c464e06c1dd277e5049a4 1.66 MB 6,357 3
859,567 859,567 0000000000000000000126189c98164ac4cf384fef82cd8483bbeac37569c610 1.74 MB 5,421 3
859,566 859,566 0000000000000000000198aad23e35e8577ce0970ebb2a17039f1452b36c4d21 1.71 MB 6,503 3
859,565 859,565 000000000000000000001656214173aceaecb6c077b74c57647b49b97d705999 1.80 MB 1,984 3
859,564 859,564 00000000000000000000808bca4815e1fbe2378f2e0b0c07d44cd79664222f0b 1.61 MB 3,459 4
859,563 859,563 000000000000000000009f12af8af9df2932589078e1f518912943a5d3146b71 2.02 MB 875 6
859,562 859,562 000000000000000000031e64bd50e3627dcc46a99e4ed6e30e9a391e8e676837 1.60 MB 3,578 8
859,561 859,561 00000000000000000002df90ccfb186fc681a1a6c684b0634ee7b82650dfee4a 1.38 MB 2,621 7
859,560 859,560 00000000000000000000d110a386c1588047d2621c9d689c4f4980d4999ddc78 1.71 MB 7,522 2
859,559 859,559 00000000000000000001de3e1ae2afb9b4f5c7a15eb80d62d55c0f2900490657 1.70 MB 2,674 2
859,558 859,558 000000000000000000001b973e2a570d24e53427546bcca6ca6f70fa1eb3d04b 1.63 MB 3,517 6
859,557 859,557 0000000000000000000108b0e49e482698b7bcd7620af0612a8f920b9ccdf950 1.76 MB 3,111 4
859,556 859,556 00000000000000000002f8a23837a0df52a82c60478ab9c016268c64d3b4ceeb 1.71 MB 2,611 4
Previous 10 blocks ↓
Total Size: 769.45 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,645.97 GB sent, 95.21 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.