Memory Pool Memory Pool Refreshing

2,516 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,033 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (461,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
446,449 446,449 0000000000000000001b41f03bd23c4b2d79cd9d872d3db34e54494576611f44 1.00 MB 1,071 25
446,448 446,448 0000000000000000009205c59d9a029174f1205593b3a362da3c509f48cbf62c 1.00 MB 1,783 38
446,447 446,447 0000000000000000027ba109bd97a25c680b912a00760c9ed024fd3b175aa23b 1.00 MB 2,009 66
446,446 446,446 0000000000000000000e3fa30fd6b444bbf6c0588be310dafe09aeb230794199 1.00 MB 1,616 96
446,445 446,445 0000000000000000010b76e6af102dc863719a11a59c077926428cb5845b1063 1.00 MB 2,220 65
446,444 446,444 0000000000000000031df6476ed8a350519ecbc830e39b3ceebc40a4026e2bc1 1.00 MB 2,585 102
446,443 446,443 00000000000000000074352c90ef5558fef13706ec7e244005d2486690c5a001 1.00 MB 2,257 74
446,442 446,442 0000000000000000012d5b160201ae3d10fb75af3ce1e02b10256c0debd7e993 1.00 MB 2,106 88
446,441 446,441 00000000000000000352c40c9e39a8b4a9dfc2fd2f4757323c0b637d35cf2f81 1.00 MB 2,597 80
446,440 446,440 000000000000000002e7b8b4763bb80d2f24435f620b4eb0d9115163e827d15c 1.00 MB 2,350 84
446,439 446,439 000000000000000002aacaa6b9c42bb68b579819fcd4d6c6375876eeb4f75b6c 1.00 MB 2,488 89
446,438 446,438 000000000000000000bc33af328139f8b35785c59e2e95842465a9f23b58eef2 1.00 MB 2,279 71
446,437 446,437 00000000000000000221896cadbc4382504b8b2b8de93cbd423d813840b4cba9 1.00 MB 1,411 69
446,436 446,436 00000000000000000315ab5898ce6fdc22052a0c216a6986330d4d5de8b7a343 1.00 MB 1,308 84
446,435 446,435 000000000000000001583902fd0463c76622a90f3061c28cb562f5446ba52617 1.00 MB 2,027 69
446,434 446,434 0000000000000000012492b3deb02ede8a93c977a9f286cb376c42870a634657 1.00 MB 2,193 76
446,433 446,433 00000000000000000258693b006556263c052454f9b08bae2adb5246c9734892 1.00 MB 2,351 63
446,432 446,432 00000000000000000087f5a8d6179c4c7ba4f145a010dd62c488429cbb48bb7d 1.00 MB 2,623 96
446,431 446,431 0000000000000000033ac1ce2b5de283142bdd64136fe8bbe9b961cf69e52a72 1.00 MB 2,408 80
446,430 446,430 0000000000000000026280df2bce01031fbeced9e29c047c4268867bcbadaa1c 0.10 MB 239 120
446,429 446,429 000000000000000000f95115debabab9a47e5d9be8ea3418d4ad07389b46d459 1.00 MB 1,850 66
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.41 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.