Memory Pool Memory Pool Refreshing

9,691 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,391 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (745,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,558 162,558 000000000000007a720f5a870d8abaee2201dfa78739fb471243f3b03a2866f9 0.00 MB 6 0
162,557 162,557 000000000000000b74e8f7a1c4d4150e09d2726b2ee546cfba793651868aec24 0.04 MB 74 63
162,556 162,556 000000000000084b19c584be83bd3fbd3859bdbc91212951860bd925fa946e03 0.01 MB 50 70
162,555 162,555 00000000000005b8bdb8af3a10a4903f82789e6118a3922bcdffac072e9704b0 0.00 MB 11 43
162,554 162,554 00000000000005a108c75d65e78e75a6ff59f687db2912511a0aa36070c64e8d 0.02 MB 73 111
162,553 162,553 00000000000005543a5f8c6cde1f35f61c87197c69f1ed922d088e7c0d3e1a26 0.00 MB 8 1,320
162,552 162,552 00000000000002a4178b099d6c3942f714b308ce19483201cc91fe91598b43b8 0.00 MB 11 38
162,551 162,551 00000000000002c730c8c0691fda4552b3f1d4b062cea4609f274c2dabbf487e 0.00 MB 11 48
162,550 162,550 00000000000004414f77352cc851a3f9515a30850271782ac24c4a76a0250d9c 0.04 MB 126 12
162,549 162,549 0000000000000ca827c6ba0502de2dab94d910f395673f0d682eb9afbce25fea 0.01 MB 36 54
162,548 162,548 0000000000000a46b75773162995a3354911e374c1d0e3eb93856f9e7979f583 0.03 MB 43 54
162,547 162,547 00000000000008947e95dfaa1ed37c0ebbb8c75e5d5eedd82346bbc32fc5e296 0.00 MB 11 16
162,546 162,546 000000000000060681f559cd43436040f6bef4184059fe7913f5235611c27b68 0.00 MB 1 0
162,545 162,545 00000000000000aae16d358075e3d36d4e92809d3df08dab5c9c85d0eceb7e73 0.01 MB 20 299
162,544 162,544 000000000000057db3fd28d12f670b30bef8141db9f02ab866430729759d52c5 0.01 MB 44 289
162,543 162,543 000000000000066e032b7aca511a18b281fcbf22077545478de92617167e622e 0.00 MB 13 14
162,542 162,542 00000000000002fc4bb44cf091973a15e336721557e280c7cc96a889c1ec787c 0.01 MB 17 136
162,541 162,541 000000000000000b8075aeef18ddf1099ea99197ba4147093d1ed4162d0a274e 0.02 MB 41 4
162,540 162,540 0000000000000892f27e4adf30351d49207d6e732caf06d76d2554222b33f283 0.05 MB 87 169
162,539 162,539 00000000000009a6edc25de21f9ecea781961cccfdc69c977da35442bb3bffa8 0.00 MB 9 1,530
162,538 162,538 00000000000004c272316d68bac23cadc9b61b5a52c38105474bd79b7933f2a2 0.02 MB 36 122
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.40 GB sent, 92.91 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.