Memory Pool Memory Pool Refreshing

7,453 transactions
3.45 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,877 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (763,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,600 144,600 0000000000000940c5587c40b81890ced5d4d0875969acf8b82d96623e242fca 0.01 MB 22 467
144,599 144,599 0000000000000724971ecfd383c11bf1f102713558e58ef3b9b48601aa0515e1 0.00 MB 9 17
144,598 144,598 000000000000082fa42b42a4c3adc867ac9aeead047af105490a7c3272652d55 0.00 MB 6 92
144,597 144,597 00000000000002af574aa752a47f8265e7471c9fd7d6f94c166402be465d8edd 0.04 MB 135 58
144,596 144,596 00000000000005994f3b1c7228009fd9e208184ab787654e4d52578e8b8d05a4 0.01 MB 20 231
144,595 144,595 000000000000064d0e90a30dcc852063d372ff68c4de67c815468fc9bc941b76 0.03 MB 56 286
144,594 144,594 00000000000003ea864a73408b3e219a73af9c4695571ebac2fdcc253ab2ca69 0.01 MB 18 329
144,593 144,593 000000000000002c45929e34be0e028d7d004123ab3e5aeea600691350e37ace 0.02 MB 29 83
144,592 144,592 000000000000088f6de6609de88a0a1ead734f26c4b9f62000e61df240d7f632 0.00 MB 13 76
144,591 144,591 00000000000007ab63f20c9cd05c1d31d99d20f817294bc6d95a5aa4f16cf4db 0.01 MB 17 280
144,590 144,590 00000000000004255b706728ded23cc3c724da19ed602d37a0a1392d258ba829 0.05 MB 134 90
144,589 144,589 0000000000000736f837a4294c3b0a3ea485080a32beac49e085b269f293c487 0.01 MB 28 126
144,588 144,588 00000000000006ac65acb8e7c33e7583422663a24eb5dc19ba8882abe3f4f6cb 0.00 MB 7 74
144,587 144,587 0000000000000748167fd9c11fb86a0d79fe7263d06b82555f98c8927a9dd5e5 0.04 MB 38 103
144,586 144,586 000000000000034b383a6597f47497919f8de2c711744f1f48487952f82e1d38 0.03 MB 78 261
144,585 144,585 00000000000005143f71f209de62a442e6fe508ccaae6679c5b231bf3d183eca 0.01 MB 13 28
144,584 144,584 00000000000003412ff12ed668486c551e7c68a2223f7f2edcf6c9af0646686e 0.02 MB 40 117
144,583 144,583 00000000000008f4ecb2280ef6b0c97210e52d0b4b5088dd08df8ba87d1a03ef 0.01 MB 29 217
144,582 144,582 00000000000007287720375fed3f320112a29a17f4c63b3f2687117c1adfe710 0.02 MB 35 7
144,581 144,581 0000000000000591bb373d53ff63bf1a37899af7e2ecb9eed7f9cab66bfc66a3 0.04 MB 59 77
144,580 144,580 000000000000001874857067269f15c9b30a987d0b88d5ac37b36d93d3dda56d 0.04 MB 90 65
Previous 10 blocks ↓
Total Size: 769.03 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,624.85 GB sent, 93.01 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.