Memory Pool Memory Pool Refreshing

4,920 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,701 (64,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
843,496 843,496 0000000000000000000284753eef8e179acce93155c6e3dcdec6afa3ead9f111 1.65 MB 2,901 22
843,495 843,495 00000000000000000000f3c939a4d5d453c8a325ff14da7fdb97ec46bdc1431b 1.52 MB 1,984 20
843,494 843,494 0000000000000000000085717899368137a7fc1f15e7e360c6c205a4679769c1 1.53 MB 2,946 15
843,493 843,493 00000000000000000000d4bb08f60475519bbd4ca0285d5b217bbcbbc78a4d7b 1.58 MB 3,184 19
843,492 843,492 000000000000000000012e507d3a9d3ffd87044ed5c13976dc53247c0c128a5f 1.49 MB 4,445 12
843,491 843,491 00000000000000000002154fa0f5e884d962e41855135d882fef443d2f34e89b 1.33 MB 633 10
843,490 843,490 00000000000000000000bea7292b794123cb3d40bbe1ce2ba8e048d7691fcf7f 1.67 MB 4,859 11
843,489 843,489 00000000000000000001d97e069dc8431260f8e7923c108b56b81d9e04c0e5aa 1.86 MB 2,275 11
843,488 843,488 00000000000000000000b9f0093c14794bd832b144000cc3994960992e479f6a 1.48 MB 4,244 11
843,487 843,487 000000000000000000031c9173a819bd4b7711360d87665ca4c2e8f0787d0c3e 1.62 MB 5,948 12
843,486 843,486 00000000000000000002249e1b2ea754470bce6a3a210176d66d9e3ac9bfea59 1.56 MB 3,956 14
843,485 843,485 0000000000000000000047939cc6ff6f155dc5a471c5f0ec0d2a56fc527d0916 1.23 MB 1,299 14
843,484 843,484 00000000000000000002face2be268e30d07c4463d37818a75661e51d84e3081 1.13 MB 1,049 12
843,483 843,483 00000000000000000000aa22d02cedb351a9e5061b1d5bc7fbd6c95b78d1ff96 1.41 MB 2,356 22
843,482 843,482 00000000000000000002322441b3c03be5e6a601df526bab6cfe5bf3e60100da 1.27 MB 1,389 12
843,481 843,481 000000000000000000028f9b5df99756675590e220b79494e2ebbb73b9eeb4f4 1.87 MB 330 12
843,480 843,480 00000000000000000002299fb28b36875f98d64cd725afd2fe732a7bec73de35 1.88 MB 102 12
843,479 843,479 000000000000000000033c1d3e6d720a798d94cb0b82cc77eed7ab1bf7ccb188 1.81 MB 1,582 15
843,478 843,478 000000000000000000009dfc07d15992110f084d9d67dae7b0fe1c7107a65e66 1.72 MB 1,506 15
843,477 843,477 00000000000000000001bbf0968a89772ce481a1dcf27da9b1886123dd400d7a 1.69 MB 2,630 18
843,476 843,476 000000000000000000014c166ae164bce3229d04a83180f25bf08d8b90245f8c 1.53 MB 3,011 13
Previous 10 blocks ↓
Total Size: 768.99 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.53 GB sent, 92.75 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.