Memory Pool Memory Pool Refreshing

6,975 transactions
2.40 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,866 (751,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,869 155,869 0000000000000ad20d47429a1da3daed49adea3a126dc5f91171f98deef3aa62 0.00 MB 11 31
155,868 155,868 0000000000000061d484ffb1a7b6b818723326d55e5c8a5aef3f651c4595094a 0.04 MB 105 282
155,867 155,867 0000000000000748e3f5012fdc6a7e6452fdbf8079cef904f305dd553efca070 0.04 MB 131 7
155,866 155,866 00000000000004d90eeea1234cbedb930d9cbac72594b5d5a0f092865c942c9d 0.00 MB 11 0
155,865 155,865 0000000000000c7a0b817f4822da4d89b07c80fa070a7ef0c025f61b80900ca9 0.03 MB 36 89
155,864 155,864 0000000000000d3e954723bcd16550f4406f8f332b4f4ae0847609778fac3a5b 0.00 MB 8 29
155,863 155,863 0000000000000232771e3c066175f9505472bb94c8fa8c7856058eb0fbda5eb7 0.00 MB 14 46
155,862 155,862 00000000000001ce039bffc3634c93a494a1da94589f7e8c03678c74944a466b 0.00 MB 12 30
155,861 155,861 0000000000000e07804acd177e26f894b62991f5011e5c9f61ebf122b926d5d9 0.02 MB 17 29
155,860 155,860 00000000000007bf3dd6af0e9599ca3ab7b05be498a09357be3a960480a87261 0.02 MB 34 489
155,859 155,859 0000000000000153013e9467a269a4751f7ee30d6e79504df0db1eb972c4e76f 0.01 MB 15 177
155,858 155,858 00000000000002e5a725dd4a33de53456e341f11bf4c7c31d96a4f2e877e2958 0.01 MB 17 212
155,857 155,857 00000000000002f3a33a11cf8a4fc2957c32410d67723e0c5de65067b7d8a2c5 0.02 MB 35 102
155,856 155,856 00000000000008874c0e76edbb05ad349f7ed1172638b32f444cdf3173444d66 0.01 MB 18 56
155,855 155,855 000000000000008d7be0d061dac61a5d72b051fbebcd7760a9077d6648bea276 0.01 MB 16 82
155,854 155,854 000000000000008bb3bc666641bce98d4395b11a8abbc49195f7884d49f524ee 0.00 MB 13 17
155,853 155,853 000000000000058b2e0b64ce3929456f9d57104a4f4c85f1a780da8fbb50cbbe 0.02 MB 33 219
155,852 155,852 0000000000000e1891cd7da32fc0fd9d64d2cfe890823f59706642963659ea66 0.01 MB 44 234
155,851 155,851 00000000000003f92f5e653fca3e82e9038bdff3673c250ea86836e90eff8623 0.01 MB 26 41
155,850 155,850 00000000000001ca4b4e21aadac02c0e0379bf4fe590b481a4b565c8db274d4c 0.01 MB 18 6
155,849 155,849 0000000000000151729c4057415e3e8562bbfb0cbada75820897eb001f116ef2 0.02 MB 31 41
Previous 10 blocks ↓
Total Size: 769.29 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,642.54 GB sent, 94.39 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.