Memory Pool Memory Pool Refreshing

3,921 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (458,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
449,598 449,598 0000000000000000002103ad320282915bbaa5ffec5794b76d4d1ed1f4be77fb 0.46 MB 879 68
449,597 449,597 0000000000000000013c6f71d4f153c4b4886e98d7700707a07b416eaa54a496 0.19 MB 355 73
449,596 449,596 00000000000000000152e0d016988458572930961f61bce6e1bdd50bd98cdc84 0.68 MB 856 53
449,595 449,595 00000000000000000239c05543d70f888dc1ef8e1ebdea2d81d1e2f39b08217f 0.71 MB 1,593 78
449,594 449,594 0000000000000000009829432dfe0fb3608e100bb135bb90873b99939347eb3f 0.26 MB 449 74
449,593 449,593 0000000000000000027d6327aa8a2bffd803596bd734b34a9da5746f9edb44ba 0.55 MB 950 60
449,592 449,592 00000000000000000233a24676435abd5d64b3f068bb9e5d75f5d11bed774bef 1.00 MB 1,555 73
449,591 449,591 00000000000000000192d9d3dce6990b241847ed4b6d4600d575ef562c183329 1.00 MB 1,636 59
449,590 449,590 0000000000000000024b3759a7065c1ce8786af2230110755e9706d7361eb751 1.00 MB 2,124 87
449,589 449,589 000000000000000000dbc76f7f091756554ab1b1c52ea52894e60903b4b0d5c4 1.00 MB 2,209 70
449,588 449,588 000000000000000000e4cabde46e78b629255e987a8c8c33254a7bcf76395291 1.00 MB 2,267 95
449,587 449,587 000000000000000001c9d45abb53fec21ab8efdfb3b310887e6e43bfd0bf3267 0.96 MB 2,231 78
449,586 449,586 000000000000000000de78815b0ca1fe5dd146f8db22d9917cc07f3b88972c36 0.87 MB 2,044 73
449,585 449,585 000000000000000002613654ce2f7b96677865e95c67e2954afafd553b09ba8f 1.00 MB 2,359 84
449,584 449,584 0000000000000000014ebd85b5e1deb78977a3cf8e3fde1ed57b4057e892eeca 0.03 MB 81 88
449,583 449,583 000000000000000000ab47eaeb82a63eb296d1430e38b1b4efd29c3f7417fd32 0.41 MB 937 81
449,582 449,582 00000000000000000070ce9d49a70052248b7c22d90fbd579d91e2e2aa33e147 0.59 MB 1,337 75
449,581 449,581 000000000000000002c82cc86825e4e8919cdba9e0256193f813f3b4df960c30 0.50 MB 1,155 79
449,580 449,580 000000000000000002b605089a3379d48adf29a142d192277e6e8cf04bd39ebf 0.21 MB 251 35
449,579 449,579 00000000000000000180ad65b0a38f7271ce89492d134580a281a8abf27ec287 1.00 MB 2,118 66
449,578 449,578 0000000000000000024da9373169527b7a98c35c3e384890b564834dbe39bf8a 1.00 MB 2,583 73
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.