Memory Pool Memory Pool Refreshing

9,730 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,092 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (688,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
219,085 219,085 000000000000028cddda29500846b986fbaa7c155e70f4d1081470081815afc8 0.14 MB 320 165
219,084 219,084 00000000000004c32079284abea6620378cd1dc61c6b6c82d507f5f2f392a694 0.22 MB 577 210
219,083 219,083 00000000000001c749c7989b168a77b361a75ec7e5ab545a37ed29d85729094a 0.19 MB 431 282
219,082 219,082 00000000000003b4c1277377d75efd37988ad9068fe0956daafd18a607177e4c 0.05 MB 152 178
219,081 219,081 0000000000000522eace1960ff523315881c5f7424c76bc337043c941c84b6c2 0.01 MB 38 387
219,080 219,080 0000000000000381b51ca2ec0a7f3fff54e993cd4500024803d58a088e9d42b1 0.12 MB 333 220
219,079 219,079 00000000000002ff11b38fee36b46bac345e597470f565460ccbea7149f920d5 0.28 MB 523 139
219,078 219,078 000000000000041700453174f2c6876ce59f2c379eec93d7b7b4fb22e97cb9f1 0.02 MB 69 87
219,077 219,077 00000000000002f46091ca8a7314e1895d52699223aea208a7232f9c7206a275 0.26 MB 241 113
219,076 219,076 00000000000001a56f422563a15632e4e74f9ec1be4aed396b3a6f567486e6e5 0.05 MB 109 108
219,075 219,075 00000000000003c9681a343daec49641eb5958a63479f29eb587e4a4f787510c 0.18 MB 415 214
219,074 219,074 000000000000033920aae099546601e284394fc7bb4acc64f347b7872f50f534 0.07 MB 129 111
219,073 219,073 0000000000000007f697a6bc11d110542f25ab85418e37b21017e7256bb4a2c6 0.25 MB 397 144
219,072 219,072 00000000000000d41759ce9e2d9ff135e95f6033da09811cbee01474c0725026 0.25 MB 614 219
219,071 219,071 000000000000057ce8cf1d38d5100ff74acf5d8de8e198f147eeea2d58a471bc 0.29 MB 492 160
219,070 219,070 000000000000019cb8ffca0b359b7adeca8e3f0f122e4d0ad78b393005bb7794 0.02 MB 41 101
219,069 219,069 0000000000000526bee62d4740e3e05de7a78c9b3df36f9e1b6f0f744e00e4fa 0.25 MB 664 207
219,068 219,068 000000000000015cdfa4fb3fd4969e0d5fb9c07c419c1e4c6d44c1fa04d6fdab 0.18 MB 276 104
219,067 219,067 0000000000000195d466e5fe1b76c39f8f18d6d67a4ebce8943297b52594970e 0.05 MB 123 207
219,066 219,066 00000000000004ae680192538c80f7e8c691a2d79452e012eb7ba525c0b1348d 0.21 MB 552 237
219,065 219,065 000000000000008506011f9c71b31977505dfb1fd4e18a3f1f76096fb991dc68 0.00 MB 10 83
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,625.65 GB sent, 93.04 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.