Memory Pool Memory Pool Refreshing

6,966 transactions
2.52 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,699 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,986 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,698 (579,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,338 328,338 00000000000000001957c8827bce6041888a5e4c976ec723f0ea19b9bc3c6fb8 0.13 MB 279 28
328,337 328,337 00000000000000001bc636a6fee4392991457063dc3e10c31753c5ba7cdaa7c6 0.08 MB 37 5
328,336 328,336 00000000000000000203d910cd4f84bc9e0dc75a202e53905d3ca630ccc16e14 0.38 MB 561 24
328,335 328,335 00000000000000000214909ead6bbcd7445da04a0a1aa1fcbbc85f41a44ffecf 0.12 MB 157 38
328,334 328,334 00000000000000001a74a654a900dfbacffdedeea150036e758520f46a7a6ed1 0.58 MB 1,018 26
328,333 328,333 00000000000000000a34fe37e2b5e801358103616809bed6dbea6d8e845ddf97 0.37 MB 542 21
328,332 328,332 0000000000000000058706173c7964bdd6255b23ef40954d11439fd71907da0e 0.35 MB 614 24
328,331 328,331 000000000000000010faf4d06079dcd0c5b009ede5f992dc925201835fc9a42b 0.16 MB 512 48
328,330 328,330 00000000000000001a246a765a3204f4fdf9ca4cfa3c6c5856801b8b0d08ab86 0.05 MB 92 15
328,329 328,329 0000000000000000043a176278d89ec1380d6f6c2821d3580714e1a9150894a4 0.39 MB 734 26
328,328 328,328 00000000000000001b6ae22b9ffa09c35d80b6f868889504f107c84fc636841e 0.14 MB 348 29
328,327 328,327 00000000000000000e68ab0ddcd30ff2686dc600225cec2b46f0f0a3eb5bdca2 0.34 MB 558 21
328,326 328,326 0000000000000000158a545aed3e37569733aa41d2fb51c20733cb3dc6da27bb 0.35 MB 850 33
328,325 328,325 000000000000000007f1296784ecd147a7f977e2fd1ac45e07268e5cd4370a87 0.27 MB 461 20
328,324 328,324 0000000000000000164955e77ced54c6d1b5a779750e3e45ed1e1d772f816ebe 0.87 MB 1,245 25
328,323 328,323 00000000000000000a000a7611ae5e632236d273467df8518421c7252f9d5137 0.75 MB 1,652 30
328,322 328,322 00000000000000000f2a0b63aedccf984e7cc0c2a3b0293549f86477594c54f8 0.75 MB 1,510 30
328,321 328,321 000000000000000003a7ae988651879f7fdc93d85879bac29d404357683b59d7 0.35 MB 709 29
328,320 328,320 00000000000000001b6bd57c13d56a62d05cef10eb03d1bee6130ec4bb47a63b 0.70 MB 360 12
328,319 328,319 000000000000000007dd12732bdb9220a131128e162f6a13459fe2850a0ac311 0.75 MB 1,001 21
328,318 328,318 00000000000000001719ad66afd0659a9259b7961b738555f4191e15e03ea586 0.50 MB 861 26
Previous 10 blocks ↓
Total Size: 768.98 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,616.49 GB sent, 92.73 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.