Memory Pool Memory Pool Refreshing

2,604 transactions
2.82 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,812 (88,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
819,047 819,047 000000000000000000009787cd53859bf01e244f6ead50b6ad3eab6b16994cb7 1.52 MB 2,837 61
819,046 819,046 00000000000000000003446ffeb8eb29cf504a976baf10968660086b830fcd5d 1.63 MB 3,188 46
819,045 819,045 00000000000000000000fba1afa38c4da4ec2931f295bb34677f7dd288ece478 0.00 MB 1 0
819,044 819,044 00000000000000000002ce02934e1d74e692c2f04c698d37ceb0972c782ba99e 1.74 MB 2,464 56
819,043 819,043 000000000000000000036717a564fd44cf02b3998b3934a1d4cca64fbe22ef94 1.52 MB 3,064 61
819,042 819,042 000000000000000000028b9251978d113c7d313051082a380ad9a1e6c82cc23e 1.60 MB 2,904 70
819,041 819,041 00000000000000000000aac55a22efdb8aacc05a549532af6dd9f30a1666c0c3 1.55 MB 3,083 83
819,040 819,040 00000000000000000001bb090184c4613f0e402cb465056545f052e2ef40a176 1.67 MB 3,404 61
819,039 819,039 00000000000000000003814aaba1269ceba34862c3a3bd7c9899392caf43c94e 1.76 MB 1,772 78
819,038 819,038 000000000000000000011555ceba00ee96df0be6833b11dfc44a3a6fe0c6719f 1.60 MB 2,734 83
819,037 819,037 0000000000000000000393c6e933e36c8abd2d364a1dee52f576fd531f331a4c 1.72 MB 2,934 64
819,036 819,036 000000000000000000020f22aabf5c1762600dd998f79f78ded90ec2eab45b27 1.65 MB 2,493 43
819,035 819,035 00000000000000000003ab5d3bd0aa8f157fce92de3fa88da03b2193ba858cad 1.77 MB 3,261 76
819,034 819,034 00000000000000000001c746ad1a51dad4818f5a2445e3b7d98b2be7665c1e3f 1.76 MB 2,910 57
819,033 819,033 00000000000000000002459fd5217909557f2fb21c79610633f53dedf74b0afe 1.63 MB 3,410 51
819,032 819,032 00000000000000000001c2634441625d4c45b4c2d94ebdb4bffb4920e953d07f 1.70 MB 2,181 61
819,031 819,031 00000000000000000000fe7d1e3dac34d68bfcf6e4edd569252d38e2475dfe07 1.59 MB 3,244 73
819,030 819,030 00000000000000000002b8d3b42356b82ec2251c2dbf6bacf8541d224305afcd 1.49 MB 2,929 91
819,029 819,029 000000000000000000004a15c55a966c702ab0466955f497adc30570c55d0b74 1.64 MB 3,152 52
819,028 819,028 000000000000000000023f1a473adf1ba23aa256941376ba8d6c6091a34ae7a5 2.00 MB 3,159 43
819,027 819,027 00000000000000000000848f62ba5412f8c51101598551bbd71f8255fdba2bfe 1.71 MB 2,149 36
Previous 10 blocks ↓
Total Size: 769.19 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,633.67 GB sent, 93.88 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.