Memory Pool Memory Pool Refreshing

4,631 transactions
3.64 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,681 (851,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,791 56,791 0000000008197b6b1beb8b51ae1cec83da63f21e480e524fd94cca1ec642450a 0.00 MB 1 0
56,790 56,790 0000000012aabb9310fda004a16990fe56e248d4660496328355c9a8daa136c9 0.00 MB 1 0
56,789 56,789 00000000094c3612520f9e6283c00678622c1e141d23f2baa68f28b7b4d45a53 0.00 MB 1 0
56,788 56,788 0000000009691d0501e7b33a2fb27b618451207ad5eb401e9ba1600932aa171e 0.00 MB 1 0
56,787 56,787 000000001321cddda8d5d7563c58808fbd015a34abf70d10e8db52c7ae54bb5e 0.00 MB 1 0
56,786 56,786 00000000047dbdc3d21aa916ff18e41245f5e9f6dc8e742eddec2edb3fd39401 0.00 MB 1 0
56,785 56,785 000000000548bc09e9f6620e2b832607fef1ddb79eb1d9cea26a081384205e5c 0.00 MB 1 0
56,784 56,784 000000000593df7ff24deaf14c5f237944c129430207aa68bedb7939d21bff02 0.00 MB 2 0
56,783 56,783 000000000eb908a702dfb27bb29982daed123db574d512df7cfd2bf4982f8bc1 0.00 MB 1 0
56,782 56,782 000000000be5dab7207cbd2c9ff77bd0c74884b17583682374a6f9fd49a1eaae 0.00 MB 8 0
56,781 56,781 000000000a0d82a5cd0f862607b0e80dba27bb29a5c453581b182cf9edaf8f41 0.00 MB 3 0
56,780 56,780 000000001294acfbd3dc803d873b5f0d4b97d2c527819d5712f0404d5c3e4f97 0.00 MB 2 0
56,779 56,779 000000000eaf345fbba8849cdf01ffd0217b1a1aeaed099e7a61f5eb3e695de8 0.00 MB 4 0
56,778 56,778 000000000a1452fd65bdf88510ceaeb8786163ec7e2887081d9fe945d0dee91b 0.00 MB 1 0
56,777 56,777 00000000157f90079f62a3734fca927e4062bbc77dc08ec5bcf7a4a1c313c3ca 0.00 MB 1 0
56,776 56,776 0000000014e4356281c62c3b1a0fd27843327372227f934e1df6c72d19f0d622 0.00 MB 2 0
56,775 56,775 000000000629bd83ec1ac536a46cb0162b62ff71a2048888d57cc1de91ff0fc9 0.00 MB 1 0
56,774 56,774 0000000000b48c2e90b5c9154641c87a3d39a63d35b1472626a914f5384f9165 0.00 MB 1 0
56,773 56,773 0000000001ea2e2d3351e4922a293db2122b0ef3446fee3d0816fd1a92415344 0.00 MB 1 0
56,772 56,772 000000000eb2172517193f1fb853bbda797f381f5f206cfe157fc31349debeb7 0.00 MB 1 0
56,771 56,771 000000000fec45ba2c5b5eecdb3b7b413c654b71ad5a02c976712c90bcbfdb10 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.78 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.