Memory Pool Memory Pool Refreshing

3,265 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,423 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,456 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,422 (882,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,565 25,565 000000003c3aa1fef00e66d4674aa2137f74b310d3b42b07a932c32b5e8b9096 0.00 MB 1 0
25,564 25,564 000000002e9971e0fbd6e79a0d66b270db8c01a4ab23981e507f74591a6f3cb5 0.00 MB 1 0
25,563 25,563 000000007f0946413541268b819799f41fab8e230e196204031f659fdef32509 0.00 MB 1 0
25,562 25,562 000000002cee5c8cab58b6e887137d5e2eba873880d684da1a33d409e7614720 0.00 MB 1 0
25,561 25,561 000000003a8fcaa6a9e91c470ddf428f8cf6b6b11c27be8e7bf387a8e8b92700 0.00 MB 1 0
25,560 25,560 0000000050daba3af43060d22898983d1f4fe81014ed8b145cab476c3d8693ca 0.00 MB 1 0
25,559 25,559 00000000fdc9824ba4170bd071965a8c12f4bd3027b9f535d1abab9ae6a0f539 0.00 MB 1 0
25,558 25,558 00000000c79af13a1962001ab763be6b068b77d9013b058911f1535096730965 0.00 MB 1 0
25,557 25,557 000000005bd24f95db4162c55cdf3b3e4d012407d9346b1df29d5fff95b540c6 0.00 MB 1 0
25,556 25,556 00000000e23456c1c2b3d87f8249c708b325fe7f9ca4184293c1c5b40634edda 0.00 MB 1 0
25,555 25,555 0000000071cd979722a64da745cb2437896908e706d5e9d0cfe34d55ba8c5742 0.00 MB 1 0
25,554 25,554 0000000027c46b3fa62461bc16f8c901ee6214000984ff30ce441508a45cfa06 0.00 MB 1 0
25,553 25,553 00000000501ad4d86ca47a1a7c683e4958cd072c967d60b94f9ee970fceb3b2d 0.00 MB 1 0
25,552 25,552 0000000088417f75e8a4e88b5b211ce416bb55189fa2ea87bb263abba1e01a30 0.00 MB 2 0
25,551 25,551 00000000eda9acd6b693f0e534a16d017721fbf4e8e3f5ece3d2326d9732a9c9 0.00 MB 1 0
25,550 25,550 00000000b314dcef8e1526971449e479c2be6bd5c6018e953ff33b8290bbec91 0.00 MB 1 0
25,549 25,549 000000000fb00a0c1a2e9da2bf70be204dfd3217741bc90f27c51d32c832335b 0.00 MB 1 0
25,548 25,548 00000000467649957b92dc7c27b6ae7dd20423cb5c70e71854c57ebfd10c1368 0.00 MB 1 0
25,547 25,547 000000008449f5bc8434505c5e864954c3da9cfad64c7b68e4842f5587c5292a 0.00 MB 1 0
25,546 25,546 0000000089062bbb41dc79af47cdb3c41ec4214d50f59684a48d966011fb0e94 0.00 MB 1 0
25,545 25,545 00000000a6b49bf286cfdf840ad5c0139ec22b3910c29375d31cd672b3adb7fc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.48 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,760.18 GB sent, 99.51 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.