Memory Pool Memory Pool Refreshing

12,297 transactions
4.19 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,027 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (602,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
305,719 305,719 00000000000000005041b248174640fbce1bdde2eb75e463aa8332908b74c91a 0.24 MB 262 26
305,718 305,718 0000000000000000089bbdca41db9c4d4229d3d563f2915ac25a3a69d86e2c33 0.35 MB 734 33
305,717 305,717 0000000000000000546659c1d65c0e2432a2193cf0619fe53b2d8bc86f5c61ce 0.10 MB 169 31
305,716 305,716 00000000000000003523e342ade97afb0688e5b8d36cd20269699095d04eafae 0.24 MB 456 32
305,715 305,715 0000000000000000190f873fa96d65e512d44aca3b11ea02fde82201dc1af276 0.13 MB 220 35
305,714 305,714 00000000000000003987873541008908a0dcbef784c5d8dd1bfa56550d5becb1 0.72 MB 639 20
305,713 305,713 0000000000000000565678f7a17a12052e4d72d53b66bfd05a0de2f0b1a7c6e7 0.35 MB 777 38
305,712 305,712 0000000000000000055d0f390d172f4356a39420903ea9e6fe41b25ffd3e216d 0.01 MB 24 18
305,711 305,711 0000000000000000175e1fcc8c009c9eaedbd835bbec8f46cd56b906d5d43031 0.27 MB 426 27
305,710 305,710 000000000000000041cdbaf2bc65f104eaa5614c772684df37d6db94011674eb 0.35 MB 708 31
305,709 305,709 00000000000000001825b9e85db47d5ecd433a1f6e32a8d2a56d1416f93e5163 0.24 MB 536 33
305,708 305,708 00000000000000003057cf9b260667e16f56eda5cea12c48c3b9630737a965c1 0.15 MB 222 24
305,707 305,707 000000000000000004f8e58b8b49786652e2278524e8d70eb3cf47ee86703563 0.30 MB 484 31
305,706 305,706 00000000000000001deb9bf5956fd6ecbd15f5db62b2c56e454c677a56494973 0.27 MB 405 26
305,705 305,705 0000000000000000419782dbee3d451171692ad1f27852498e80a8f1bfa722fa 0.17 MB 325 30
305,704 305,704 000000000000000053e53519b6843b3d759e96f878bd7dad81c8160562669919 0.03 MB 18 4
305,703 305,703 00000000000000004be23a566c115e92175225a681cfb2622b5dd89db3696c73 0.17 MB 391 36
305,702 305,702 000000000000000014f56d3a0db9f4c94cfc927111528f89a546eba1662ad213 0.00 MB 13 22
305,701 305,701 0000000000000000370065b9940776ec6d7144cf1f2f9ddab58bff5622f8989b 0.25 MB 503 32
305,700 305,700 0000000000000000532415fb6ac8291bf01e10eda836f838a0327d606d6fde2c 0.09 MB 134 25
305,699 305,699 00000000000000002122231f3cd3640ef74a19bac97f4f6e8a136ad2f23c82f0 0.02 MB 42 47
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.