Memory Pool Memory Pool Refreshing

4,903 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (733,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,583 174,583 0000000000000140af85b3612b6b0c47774f98518c6f05daafb2516d153d108b 0.02 MB 36 55
174,582 174,582 000000000000097849f4a910b2177a976acdbcca4c86c04db00de1d19bbb5159 0.03 MB 105 5
174,581 174,581 00000000000003cb052462f2ef1c025c0e5517b59d2a208db67fbd89447e5337 0.05 MB 46 350
174,580 174,580 00000000000002266a6ce07637490878af8ffaa25b54990fcfa5c07dcfe5a1c6 0.02 MB 10 146
174,579 174,579 00000000000005c35a2ce25dc1fa300a74848ee506785672022abaf147ded958 0.00 MB 13 0
174,578 174,578 0000000000000607a81b20ae119faa2debab42baf928d566e7d3c63ebfb3961d 0.02 MB 17 29
174,577 174,577 0000000000000814683022819b69e01eeac17c1c65296b44504cf9547b8fb34e 0.05 MB 142 161
174,576 174,576 0000000000000176c90915540588c1e4f5ba47f1ca755ad36f5a49748d630440 0.03 MB 66 276
174,575 174,575 00000000000007457236ddbf268e370f4bc9a2a93d471a7898e1a94620c3ba09 0.03 MB 63 108
174,574 174,574 00000000000003c0248df786bccbe1457d6d3aeea51ff8f2266ed05eee3bda3b 0.00 MB 5 0
174,573 174,573 00000000000001d54e426cf842415f6647e907ca1f89af74cb54e7230370ca96 0.02 MB 40 164
174,572 174,572 00000000000008506c9e29b48bee9dbe68a97209e7a3810f953567e7ac5885b9 0.01 MB 14 0
174,571 174,571 000000000000082f79d2e428839b63a2dfdb49d3656e9ab402c14e81ce277ccd 0.01 MB 10 53
174,570 174,570 0000000000000106a0b03b6865076fcfe343382063b98d5d358c21bb69cd2538 0.01 MB 13 75
174,569 174,569 0000000000000434bbce9f3c3283e196450b45f4725237c54475c24745e30c4b 0.01 MB 23 182
174,568 174,568 000000000000082473b6d2ff50f17b731c8e5c475336ac7d5af3f194238da9bb 0.02 MB 30 89
174,567 174,567 00000000000007cc6954a92ae63fc80a88d5300acb9d84630d102c3c79d547a0 0.02 MB 75 91
174,566 174,566 000000000000031fced0ab3ee6d9c9e26dc6a07309c82eeae0c4b4e74c3c7032 0.01 MB 16 40
174,565 174,565 000000000000073538a1255cea518a12d6bc16c624102fb91a31b7257c2b8ece 0.02 MB 55 83
174,564 174,564 00000000000000c67713b069f60863e12e7d08a8d1d9e4a61c11063e90c3486f 0.01 MB 29 128
174,563 174,563 000000000000037dcf2e30f848cc6903000a4d46410d58c9c0d4ad817a78d4ae 0.00 MB 12 72
Previous 10 blocks ↓
Total Size: 769.27 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,635.30 GB sent, 94.25 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.