Memory Pool Memory Pool Refreshing

43,212 transactions
23.29 vMB
Show Random Selection Loading Transactions
Max Size: 140/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
880,575 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 549 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,574 (55,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
824,796 824,796 000000000000000000013cee378004047574aaa571a143427dcefafe6ad7ebf4 1.79 MB 3,074 70
824,795 824,795 0000000000000000000200f30f7deafd9913414f5be8441fdcd40fe5dcf42786 1.62 MB 3,244 88
824,794 824,794 00000000000000000002f39abbb769e5c61f8ea306372d8403c5bdcdc67a3072 1.80 MB 2,961 60
824,793 824,793 000000000000000000018787f29ff6dd83a20ebee1277a163dda1d7026c7bbb9 1.68 MB 2,913 70
824,792 824,792 00000000000000000001b3240c99c62c2e6effc749240aa7fdc7f02c250fa3d5 1.75 MB 2,127 39
824,791 824,791 0000000000000000000285841a02f0a9de3adb288708cad7df957b88642c8c75 2.30 MB 2,408 48
824,790 824,790 00000000000000000000bc04df663b3ac67cc3053ad426f03484ad428928ebd5 1.60 MB 3,188 61
824,789 824,789 00000000000000000002102da8d6d3ffa089f13feb4b617ff12658b1d5464c17 1.68 MB 3,905 66
824,788 824,788 00000000000000000002f7e8f658d7b629cd614c8f0fef2f0f3f50cfcfac874a 1.58 MB 3,506 80
824,787 824,787 00000000000000000000f78b48af6a965237dcf8c6c8ac8142f865aee6ca100a 1.78 MB 3,068 51
824,786 824,786 00000000000000000001a8e8c856ce6d6495b1cafee0e3aadf96be2013c249df 1.93 MB 3,165 52
824,785 824,785 0000000000000000000036657482c54ca7b45b16cbd79b4fc703af9dc3c804b6 2.30 MB 2,334 69
824,784 824,784 0000000000000000000081022951dbf27d1048e383174337d0d62cf5e73baaa4 1.60 MB 2,983 72
824,783 824,783 000000000000000000038ae0c8f3c9576382709b869f1f542493a5e31a1bb382 1.69 MB 2,985 75
824,782 824,782 000000000000000000012101b908c28fe5605885ee91f914bab913c01cdbbae7 1.64 MB 2,938 53
824,781 824,781 0000000000000000000251031036614fbc32189e694c1e52b234894ee1666dfe 1.69 MB 2,768 72
824,780 824,780 000000000000000000024a19fbe156e7f6d5ea87761245bfb1805ebc760195d2 1.63 MB 2,902 83
824,779 824,779 00000000000000000001ffb5a959cc7abbcccb2dece0480d5b57971041bd4999 1.52 MB 3,396 71
824,778 824,778 0000000000000000000163b515ec417170bcf3ec7d39ba05382b20effa3c48a0 1.52 MB 3,021 139
824,777 824,777 000000000000000000008db9c27dd72907b2cc1dc73e3944b547d81d87e388cc 1.84 MB 2,899 76
824,776 824,776 00000000000000000001460a40d95ddad90b26bfae9eb4df9fcf23f7e8fadb3f 1.70 MB 3,318 69
Previous 10 blocks ↓
Total Size: 719.50 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,867.95 GB sent, 62.44 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.