Memory Pool Memory Pool Refreshing

7,965 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,255 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (88,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
819,602 819,602 000000000000000000022df78fdf8321acdbbaa6af6ecdba11a0ab567d8d5adc 2.00 MB 5,410 91
819,601 819,601 0000000000000000000300627581d2a774f3d2329294273ede897abc74989a94 0.00 MB 1 0
819,600 819,600 00000000000000000000f939065391510e3518300d02ee7309d44f6efefbea90 1.77 MB 4,983 93
819,599 819,599 00000000000000000001dc286c6bc695202d6da64061ad9bf2f5e80ef356ab29 1.85 MB 5,365 93
819,598 819,598 000000000000000000037f1f783a5cc98f72e82aeb30a4b9e363924415f7df93 1.58 MB 3,564 90
819,597 819,597 00000000000000000002a95c01ce22752d04646adc01c405f5a643b19a488df6 1.71 MB 4,582 96
819,596 819,596 000000000000000000025fc1f0663f2682c5dcf4a3c5c3e0ee553d62f9bdb1fe 1.85 MB 3,937 92
819,595 819,595 0000000000000000000138c61d1b73a3b70d7be4ff0eaffb7b3c9f0a98b71dae 1.82 MB 4,889 97
819,594 819,594 000000000000000000013d609a5dc531985ab3274535e953f4c7b74eb92a70c2 1.66 MB 3,634 106
819,593 819,593 000000000000000000032d757f3495cac9e7d2b8ad10c96da301bf5edb9368ce 1.64 MB 3,877 99
819,592 819,592 00000000000000000000fc0ec8e5657b3629eb53105d66cd1b7d648b8a260062 1.61 MB 3,341 111
819,591 819,591 00000000000000000003136282087a64b7b117cf6c4f5ce6e7878d0e129032ae 1.79 MB 3,780 81
819,590 819,590 00000000000000000001954620802e598f1ae34854c9fdb23e90ac78c6066212 1.76 MB 4,977 89
819,589 819,589 00000000000000000001f415818adf3c786ae42200e7efb20c56e6886a8aecdd 1.81 MB 4,983 89
819,588 819,588 0000000000000000000368b0beca54895bd8f68dfe47aa3f5d22be3c83ad0db2 1.81 MB 4,973 88
819,587 819,587 0000000000000000000384be3ca09a65ab469501d4e00ce50f68f892eb7e4da3 1.73 MB 4,093 92
819,586 819,586 00000000000000000002b09264bc15415bb7faac19804399643e133033e23e8e 1.61 MB 3,947 103
819,585 819,585 000000000000000000024c431ef8cfd77c3ffce46df6ec2fbd10e73e98b76522 1.70 MB 4,538 82
819,584 819,584 0000000000000000000341f23fa3d401bdd69fed0966582cad7afa63d3fdd08d 1.90 MB 5,575 83
819,583 819,583 00000000000000000000ee0c3326dc6773a00b1fe750f00b8dc1b4c530d6018f 1.80 MB 4,549 83
819,582 819,582 000000000000000000014c3a274a37a98860083310e0097b251f279adeb75dd9 1.91 MB 4,996 81
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.26 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.