Memory Pool Memory Pool Refreshing

5,400 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,517 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (135,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
772,618 772,618 00000000000000000001b9a0b9503be137f21060de3f9dc8bff338ab9ef244fd 1.56 MB 2,789 15
772,617 772,617 000000000000000000003e6bbab8c5731134e62e856aa8ac8dcbcda59dc7a8d6 1.44 MB 2,955 14
772,616 772,616 00000000000000000002a72f67f786fccc274418f382bc9ea049384a672c03aa 0.58 MB 592 3
772,615 772,615 00000000000000000003af8ff6f35d69425cc88d4af0be2312e1a74f8223ca4c 1.61 MB 1,652 9
772,614 772,614 00000000000000000001441714f686d40c0ceaaee8fcd883e726798def0d8ecd 1.60 MB 2,279 11
772,613 772,613 00000000000000000000fac2e58a562f59dd257535a790c19a7fbffa2914d799 1.81 MB 85 1
772,612 772,612 0000000000000000000212b4c8448c11d9b19208cc9fca275157dd87fd7cb201 1.46 MB 2,337 7
772,611 772,611 000000000000000000067ad986f87700b5dc0178352131a279e8799f08384d7b 1.62 MB 1,679 11
772,610 772,610 00000000000000000005da3fe000006b693167103aa0a7586c0780eefcaaeb86 1.30 MB 1,554 15
772,609 772,609 00000000000000000003bc765a84d33593f63ee18bf4419c9f2d994c49633364 1.51 MB 1,463 6
772,608 772,608 00000000000000000001dfa910d4cdf106ff593a695df4f3a23a59ae5e839e77 1.62 MB 5,455 4
772,607 772,607 00000000000000000004406f67dd9face0973c870bac07ef6fb278bd4545fc75 1.64 MB 1,617 4
772,606 772,606 000000000000000000010fec0de8bcb5e40f1a208073a068bb1763ccbabb92e7 1.53 MB 2,966 12
772,605 772,605 00000000000000000005bba7031274a8125464f093cebb1b199923d33068a873 1.64 MB 2,564 10
772,604 772,604 000000000000000000017a00d2f8fbfe4cc592c46c1692e4272b7ce230d43a10 2.22 MB 327 3
772,603 772,603 0000000000000000000425f458fbe4dbfbb640ba685174b6f1d252c4e3f64aab 2.00 MB 1,481 12
772,602 772,602 0000000000000000000594e7d274d86863b8affda9b512b83f7c282010f434c5 2.06 MB 1,086 8
772,601 772,601 00000000000000000001210ae92d120f1fba231b2a92452b547abd5eb9905055 1.91 MB 1,833 11
772,600 772,600 00000000000000000004dd5ddd951b7f951983d8a59e44efaa8579797e12f4fd 2.27 MB 473 4
772,599 772,599 00000000000000000003c1850f3629f77811a13f5bf08f98f41a116cbbecb262 1.93 MB 1,832 9
772,598 772,598 0000000000000000000120ff25351a8ab3a84824ec3cb9e85698e1fb2653db9a 2.10 MB 1,040 8
Previous 10 blocks ↓
Total Size: 769.21 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,634.35 GB sent, 93.98 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.