Memory Pool Memory Pool Refreshing

1,421 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
901,215 000000000000000000023a040000000000000000000000000000000000000000 0.40 vMB 1,402 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,214 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,214 901,214 000000000000000000011ddb102e43831d1da7ffd831079d4a3dda5c8e4f4ec9 ago 0.96 MB 1,553 19
901,213 901,213 000000000000000000006cdc772fe9637503b96d9017ed72956566a70bb796f8 ago 0.03 MB 48 2
901,212 901,212 0000000000000000000207c78e0625ca6a1fa1d00e6c43b38d95352bbb448d85 ago 0.73 MB 1,320 2
901,211 901,211 0000000000000000000233afaffe59f042440ef56ae49789b7a526705930ad48 ago 0.29 MB 423 2
901,210 901,210 00000000000000000000a6ef1461707200d858332993615a538e1a74b45c3d7d ago 1.00 MB 2,105 1
901,209 901,209 00000000000000000002007bdd019f870edac10f039c134c4de5dfb60bf5e968 1.48 MB 3,111 2
901,208 901,208 0000000000000000000053c3c79bd76b811265c54a99e81ba8f03184fda26354 1.77 MB 2,286 2
901,207 901,207 00000000000000000001de43ac215028d426a3cda7a11a0935b97f0a8822240d 1.53 MB 3,809 4
901,206 901,206 00000000000000000000bb64653a7b5baa98d493e6bc47f03d61d5c8347ae9aa 1.66 MB 3,575 3
901,205 901,205 000000000000000000020e0a8adb84d01419061465dd6972feea0eb2acd2fb2c 1.61 MB 1,829 1
901,204 901,204 000000000000000000003b028d2f5f4c61b5534efe97396257e5e06e6156e424 1.57 MB 2,978 2
901,203 901,203 000000000000000000004a916f40a49834c5fddc336df2c888331840934eb1cc 1.61 MB 3,284 3
901,202 901,202 0000000000000000000137647c042b08213ea4391475a0dfd4f9e58128a29fbe 1.46 MB 3,286 4
901,201 901,201 000000000000000000010715413db4f54b75502c5d4fe70271a34220b7c8503c 1.59 MB 4,017 5
901,200 901,200 0000000000000000000225ff237e8ca694c91dbc4c960d40d23774675a0855e6 1.35 MB 2,656 2
901,199 901,199 00000000000000000002185d44453d1e15a86341199b04e94736bd54b79c6458 1.57 MB 1,800 1
901,198 901,198 00000000000000000001a189ec35bbe67296e94cd630ea6d25f5537ae1387fcc 1.70 MB 3,317 3
901,197 901,197 000000000000000000015997a95ab040732e12659041a490a00b51ba8a693f77 1.61 MB 2,583 2
901,196 901,196 000000000000000000008b0585c7589dc43bbf4d97bf310cc6678ebba760281f 1.51 MB 3,083 3
901,195 901,195 00000000000000000000a6c5662e0acee97c24a4dee55df9f5b318b26b29567c 0.02 MB 78 2
901,194 901,194 00000000000000000000968c5708f3ec86d51519e55cbf12df45dda82851def6 0.91 MB 1,638 3
Previous 10 blocks ↓
Total Size: 757.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: 711.25 GB sent, 36.67 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.