Memory Pool Memory Pool Refreshing

8,611 transactions
2.78 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,682 (187,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
719,791 719,791 00000000000000000008700b5c00bd18e69c5fb087593624f9b7d913a5e9d85f 1.56 MB 2,086 6
719,790 719,790 00000000000000000004e4f992714aa04d05ccada3c74745d1f11dd6c834cb0f 1.53 MB 2,962 8
719,789 719,789 000000000000000000077491d0e2025f538ed0cd4723f3622e9e075fbe9442e3 1.52 MB 3,105 13
719,788 719,788 00000000000000000003fbd7d8782d4389a28cd6720497c393872cf736833aa1 1.43 MB 2,990 22
719,787 719,787 0000000000000000000064c0754d95fa444f9bf54ec4c38eeb5eae2e6a3b1819 1.51 MB 2,995 13
719,786 719,786 0000000000000000000335262730995b99ce9c9c7028b1aad83992d2548762ac 1.66 MB 2,402 11
719,785 719,785 00000000000000000001001f1df5bf86f818e362c3833dcb4ecc34ed63d6945d 1.52 MB 1,637 4
719,784 719,784 00000000000000000009b947f8889114fbf15ac4439a7b6784ba6005b93f37f0 1.69 MB 2,095 6
719,783 719,783 00000000000000000009e1d60c79c9305bcf2e97c749a35698246a8f145be973 1.52 MB 2,867 13
719,782 719,782 0000000000000000000035a868f612317ba3d977bfa1ab0b05f2f769ddeda74c 1.42 MB 2,614 13
719,781 719,781 00000000000000000002034381ca6a31f2f97fe39de4298f0be0192cd106e262 1.64 MB 2,316 7
719,780 719,780 0000000000000000000880c45ca691f6999572545ea4e47c6dfe9fce3d7a58fb 1.46 MB 2,547 18
719,779 719,779 00000000000000000009ac3ebf418f1b47022484457132ab1e71f12017a57d77 1.49 MB 1,825 10
719,778 719,778 00000000000000000004a0dc1543e3c190c0b379cf420d481c1b38ff4701799f 1.71 MB 1,368 3
719,777 719,777 000000000000000000066b3f2933d89910f4460c13b8deadebd65acaaa582b23 1.87 MB 834 9
719,776 719,776 00000000000000000001baa83892e48feff42c149bfd746da71aa8088cd24e5d 1.63 MB 1,929 11
719,775 719,775 000000000000000000028a6760422bffdcac3eed2330636a4eedc3aa09d44f02 1.68 MB 1,293 1
719,774 719,774 0000000000000000000a39ec6024b2167c0320b552b5a08fd96426453732b724 1.66 MB 2,519 3
719,773 719,773 000000000000000000093b6eccbd02dcd3099087ce1d9616eb53b4fccc385d7c 1.27 MB 1,149 4
719,772 719,772 000000000000000000045d50777b068ee4cba2d548b7676efaefdef157f48aea 1.53 MB 2,835 13
719,771 719,771 0000000000000000000530e59e3d8d03ad95759d96ec1edb439b8f622f0bc823 1.43 MB 3,497 7
Previous 10 blocks ↓
Total Size: 768.95 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,614.29 GB sent, 92.56 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.