Memory Pool Memory Pool Refreshing

8,015 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
2 sats/vbyte 6
2 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,653 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,143 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,652 (475,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
432,044 432,044 000000000000000001605799486efd11d02964cd31506359aa13b2171a3239aa 0.11 MB 223 54
432,043 432,043 00000000000000000095d23b5dafdad11b26dbc1d2b430bd7525e3a399d52daa 1.00 MB 834 19
432,042 432,042 000000000000000003fbdffebbf0ae412c44b940ac02f54d6670e5a72bc78b01 0.98 MB 604 13
432,041 432,041 0000000000000000001bae9b50f50d3d4b609b9b866df989bc9d2b03426662f5 1.00 MB 628 18
432,040 432,040 000000000000000000c116764fcc8d157a5b06b7365d1f0e4bce86354b5a6ba0 0.99 MB 1,290 25
432,039 432,039 0000000000000000048b75fa657cede605d375f96af4180c070d91c11569cca4 0.93 MB 1,755 52
432,038 432,038 000000000000000000b07d6aa758888deabe6adaf241b5ade3821677c26002b2 1.00 MB 2,579 64
432,037 432,037 000000000000000001660dfa7bcb2eba97bed635f58b632a15c273440949e01e 1.00 MB 1,439 68
432,036 432,036 0000000000000000014dedc12a68cc7c8e65ce780e21a3f613abf6bd877193ac 1.00 MB 2,548 72
432,035 432,035 00000000000000000125d02bb557774fd82d1817f8bae5d235c22e93433b07ab 0.04 MB 64 59
432,034 432,034 00000000000000000052202a09bc4c72e22e956f9bcda8ab0252192a68708066 0.06 MB 152 66
432,033 432,033 000000000000000002abe9b8f87d22b3b880d814cbd34808d6c3f8e6bb6580d6 0.95 MB 1,727 42
432,032 432,032 0000000000000000006d69f633f5089fd20c45563a0388e802d9999d6d72b0ea 1.00 MB 2,710 72
432,031 432,031 0000000000000000048470303614152c1768a83a1672bcd2c2aec5e195ece15b 0.79 MB 1,838 58
432,030 432,030 000000000000000001696ad9090bbb6f77590366e1921ae4656d7415a4f0637d 0.17 MB 312 59
432,029 432,029 00000000000000000260b2fe4e55ddb60199c55789856c1ba14ea1514f2e59a6 0.21 MB 445 50
432,028 432,028 000000000000000000a23e75ae85b53d2d367f0eb74952fd20a2114be55d8051 0.88 MB 1,702 53
432,027 432,027 000000000000000001a19f323c9af71fd6ca5fe08dad5f7ff1536dd7860ff9a7 0.25 MB 434 55
432,026 432,026 00000000000000000290d7fa4401ae0b2555b543e6810a04ed8b470706985210 0.99 MB 1,040 18
432,025 432,025 00000000000000000199eddf8b776527b92f19821762825b9894ca897ca769ef 1.00 MB 2,534 64
432,024 432,024 0000000000000000000a5c7865e6b855291388b8de5051639d8e007e04b9f230 1.00 MB 2,302 63
Previous 10 blocks ↓
Total Size: 768.89 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,594.90 GB sent, 92.24 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.