Memory Pool Memory Pool Refreshing

3,894 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,737 (130,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
777,336 777,336 00000000000000000001ea353482d346f230b8702e7abe57330bafe883ba75f0 2.02 MB 1,404 8
777,335 777,335 00000000000000000000a35ebad92e1dc65d81a1683b846914ff7e43490cc793 3.84 MB 305 1
777,334 777,334 00000000000000000000be14a0e2031eb9385774282b510414c2a6a6645e6608 3.46 MB 757 3
777,333 777,333 0000000000000000000306dfc32744afc24ead02f13c89ac5f4025974adda068 3.13 MB 140 1
777,332 777,332 00000000000000000003be163b8dc8306964e2970d0007dc4bb75b46f7b96d73 1.96 MB 973 5
777,331 777,331 00000000000000000000309fd8f0a3b9f5bdd45269833d921f42765a58d31232 1.87 MB 1,709 9
777,330 777,330 00000000000000000006fe71cf05b0603a70591a1881fd37d2aaa5588ce0d770 1.87 MB 1,200 6
777,329 777,329 0000000000000000000040580b81dd6eba369281ab3cd086ccc57aeea3f2a088 2.09 MB 2,212 9
777,328 777,328 000000000000000000009c903221259531151e944329db6f0a0c98c28aa12e40 1.69 MB 3,306 18
777,327 777,327 000000000000000000072c1298d7d449dbd62bca3458633a0ce070046099290d 1.90 MB 455 3
777,326 777,326 00000000000000000001e51c4442c2dbd6d5f2b1e3186c6b3a30c79853d2b25a 2.15 MB 802 5
777,325 777,325 000000000000000000022b11408c3cf4bcb44a9de3e4f54014028d4528c021c6 1.60 MB 804 9
777,324 777,324 000000000000000000058ed12e63532141e456baf505a4f384b0849a6d2d9bc8 1.94 MB 2,416 12
777,323 777,323 000000000000000000052f72c040c1d2fad0d46747d77645b9eaea49f4d3cfd9 2.01 MB 1,043 5
777,322 777,322 00000000000000000003f74559b77cfc64cfcd038a5789d3a7690ce72109b365 3.87 MB 244 1
777,321 777,321 0000000000000000000218f603015b056b88a0ee884fbd8c2f2506c86fa4a582 3.90 MB 171 1
777,320 777,320 000000000000000000037d181b8ee46e70d6180287cb931c785997b8759dbbf2 3.94 MB 92 1
777,319 777,319 000000000000000000049710b420ec56852b28e057b603dc901101eb8206ef48 3.21 MB 656 3
777,318 777,318 00000000000000000006fdb2b92c8fd5ead4b44fc052f39135c55e89c17a374c 2.46 MB 728 4
777,317 777,317 00000000000000000001d37a6942f8774f1387bc31cf0db67d657ce84e53e777 2.85 MB 354 2
777,316 777,316 00000000000000000004bf940c45a661c4816aaec24898cfdc22d0882634e352 1.86 MB 285 2
Previous 10 blocks ↓
Total Size: 769.05 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,627.60 GB sent, 93.14 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.