Memory Pool Memory Pool Refreshing

5,165 transactions
1.41 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,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,839 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (733,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
174,562 174,562 00000000000009e237ce5cc70b6dea5e5d19e89cce57e2685f82c8df092a60f1 0.02 MB 57 126
174,561 174,561 00000000000001a96c8fc1572f1faefbab8ae11416d1f343bd0b9b175ab54315 0.03 MB 44 1
174,560 174,560 000000000000035b27bdd4be0bfa28ffe86f4c6b3ed31feb3b36b2006ef50e99 0.03 MB 74 145
174,559 174,559 0000000000000712dfc436f207e359372d80be86693a255bf639fef23340cdb9 0.06 MB 46 187
174,558 174,558 00000000000004a303349dc491c2b30a13cbceac169bac75db0abd6485f6772b 0.04 MB 100 59
174,557 174,557 00000000000004b25cf1573ec8365de5751f67fd99f6a53365d625d1f000833b 0.02 MB 26 311
174,556 174,556 00000000000007dee35a41ea0222a7e589e61154a1e46a2fe099c8313010d1a3 0.00 MB 6 0
174,555 174,555 000000000000021fd261a94fc00e130aae5f8675e6d3d317895a3d5bfb93ac0f 0.01 MB 13 17
174,554 174,554 0000000000000918abadafb3cfd51d3a704ceaad1d7016e78e08821a25466ddf 0.01 MB 28 135
Previous 10 blocks ↓
Total Size: 769.00 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.67 GB sent, 92.81 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.