Memory Pool Memory Pool Refreshing

19,676 transactions
6.32 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (581,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
326,366 326,366 00000000000000001cb6244b5356e1b29c3861a6c04ae6ae441ce8d80c857e31 0.37 MB 656 29
326,365 326,365 00000000000000001cbb8d314818a4ee54deeb2e6fe38df8747a724ddd043d22 0.20 MB 397 28
326,364 326,364 00000000000000001c986bef01c5e8a67911261780dcae0e472fe20f1d984041 0.49 MB 907 29
326,363 326,363 000000000000000005f9154005d3ecc96a2554a2c782f7bf1410fb684c00a142 0.09 MB 196 29
326,362 326,362 00000000000000001be653092e2c52eb9e4781e5e0dd584de85d7b875da97b42 0.04 MB 48 20
326,361 326,361 00000000000000001ad51d5ff4410b6c277b5629cab89e2dc4067751e195cefb 0.25 MB 471 32
326,360 326,360 000000000000000009c61cc5fc7e613d371a9901b3c4ab8b512284cafbf97699 0.10 MB 173 29
326,359 326,359 0000000000000000071a57166998b911403ee2236041d38453322852942c60c3 0.07 MB 107 22
326,358 326,358 00000000000000001c4208cc3f6febc96b16908f2957fa11e76ec0c3a696a04a 0.03 MB 63 30
326,357 326,357 00000000000000000d0562f90c4de9d85bb800c29a30aced60fdd7c96dae9580 0.28 MB 533 32
326,356 326,356 00000000000000001160f2caa4fe24a03b828cfcdd1c94610d852967651491d3 0.02 MB 32 25
326,355 326,355 000000000000000016b8eba657dd8c19c11579b7efbc036cba7d54b19cf6e380 0.13 MB 233 34
326,354 326,354 000000000000000002a69a18dfa79e8e56775c326d0782e2e3542e0c8e57ce02 0.11 MB 200 25
326,353 326,353 000000000000000004ef566edfff6377dbd8ef80ee3f7d2df632769b62fe51eb 0.10 MB 186 25
326,352 326,352 00000000000000001376f9397a0cff9f3642a063393bd9d474223743e34a17f4 0.41 MB 736 26
326,351 326,351 00000000000000001c324826303025a0ca6a9b4dd662c6021eacda041293cf15 0.04 MB 61 7
326,350 326,350 000000000000000003a9e107ec2592bbb4563fb9f0dccff4ee522a8b856d7fd7 0.09 MB 155 27
326,349 326,349 000000000000000016a4114287d45e22d6131d54ac1fa90d86719575e60ac68f 0.24 MB 402 32
326,348 326,348 00000000000000001f54e0314ac98d665a12140997eebde6d6560610582026ac 0.30 MB 608 28
326,347 326,347 00000000000000001492ae4b3a64e3f3e10e4a23769823e37db2b9e16886730b 0.03 MB 64 17
326,346 326,346 000000000000000019743f8a852802b783b2a95e4de6ac3b93b236ec1c739ce7 0.84 MB 1,039 20
Previous 10 blocks ↓
Total Size: 769.02 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.52 GB sent, 93.00 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.