Memory Pool Memory Pool Refreshing

10,775 transactions
3.42 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,673 (497,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
409,889 409,889 000000000000000002df790855a7fb0e0c1487141b57e0b98f97172733232615 1.00 MB 1,911 33
409,888 409,888 0000000000000000042a82b3ccea439b457030bf25fe5c4f1920121c371cdad5 1.00 MB 1,886 36
409,887 409,887 0000000000000000013d68a7283c641f9d2fbceb7650967de4a031ba84525d37 1.00 MB 2,277 33
409,886 409,886 0000000000000000054cc1279d81a9b11eafbc185aef31f554c411c3ef1aad9b 0.99 MB 2,896 75
409,885 409,885 00000000000000000062fd12cbb82d6d588963e6ddc6a3557cf2e3041b4d7600 1.00 MB 2,218 33
409,884 409,884 000000000000000003988c398564f407091ba7a6cb78f04ddffc667ba2ab2179 1.00 MB 2,509 37
409,883 409,883 0000000000000000043328d0bb5444e53ed6ab44bb59becc84a0621f26693d83 1.00 MB 2,043 51
409,882 409,882 0000000000000000034efe636c91dce8c7403723d5d171de8d4aa2387a206fcc 1.00 MB 2,014 55
409,881 409,881 00000000000000000454f7c54af3fb0d0edc376750d5c0b3774c85af4fa408b8 0.99 MB 401 32
409,880 409,880 000000000000000000c855c99f6890dfb93a397309fd3f5faa0219ac366ec27f 1.00 MB 655 37
409,879 409,879 00000000000000000133e89fdacc0a60ada64412b13427e49a3965e5653d37ff 1.00 MB 2,711 75
409,878 409,878 000000000000000005bf17720cfaa5136471afbbf726b677d935b84df9614e9d 1.00 MB 2,892 47
409,877 409,877 0000000000000000047e3636662ee1eaf358c5de9fea261ca5bf3f7114eac6d7 1.00 MB 3,487 94
409,876 409,876 00000000000000000428936d2657984bdaad77454f16eb6b69c76f60e7e813b0 1.00 MB 2,886 54
409,875 409,875 000000000000000003d67f5c68d8317ef69bcf10cafa55ffc9aed858da3a48d3 1.00 MB 1,736 23
409,874 409,874 000000000000000000696e7d9ea28b8cd2ce42a476bf6dc77e6378f6c35b0919 1.00 MB 2,645 45
409,873 409,873 0000000000000000017f8d1688ae5bc5b0e92867b9270ce4e8e2e6abe234aa3c 0.99 MB 2,808 66
409,872 409,872 00000000000000000531df1a46ef984e842eb7f2d7ddb568716f3077ae1b9af2 0.33 MB 417 29
409,871 409,871 00000000000000000611ca366a10b284e796edb519d98d7d0d15ed1bd08a535e 0.03 MB 79 41
409,870 409,870 0000000000000000018ba9af16cbe5072bc5375dcb2ae424b8d6bd947ffe28b0 0.83 MB 1,728 35
409,869 409,869 0000000000000000052a2fc85b5e71214fdd6791e48c0a4d61f5c61362bbdaf4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.93 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,612.44 GB sent, 92.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.