Memory Pool Memory Pool Refreshing

10,316 transactions
4.68 vMB
Show Random Selection Loading Transactions
Max Size: 25/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,345 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (551,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
356,156 356,156 00000000000000001143e8b91d45c50cf303bdcd6d41d36418c84e4ba35ca8a4 0.22 MB 370 22
356,155 356,155 000000000000000005e68280d4c16f70e933d76a0b309c38d14584df3483a5fb 0.05 MB 76 23
356,154 356,154 0000000000000000150b6c5dfdb57d075b7bcb5ecf266d150946bb3d109a0166 0.10 MB 141 13
356,153 356,153 000000000000000000f4ba45b04852b6074bb7f2cc48379f141a47c0904646fc 0.19 MB 378 24
356,152 356,152 0000000000000000167c06c743b063566d7d428bfb8da8541266e38dbb43e27f 0.32 MB 485 19
356,151 356,151 000000000000000002ce6a4e34c0bc4a29364fed4b76dc8cf9cb7b4a38b85161 0.57 MB 787 18
356,150 356,150 00000000000000000173537d0741b983c7c7aa2495e6ecb399ea50ae3b6f544e 0.30 MB 604 26
356,149 356,149 0000000000000000169f6c5983f631d79b9156cf6c9639b823850f4da23a1cd6 0.12 MB 272 29
356,148 356,148 00000000000000001143b8d758a648c1bb06a3137e134d013282eea61b02fb7c 0.10 MB 69 8
356,147 356,147 00000000000000000febd7404b2b1a467bda1b6597f471e81037994eeec15172 0.28 MB 556 27
356,146 356,146 000000000000000004f09e6c1da2199b528dacd13211ac0f84031693be04175e 0.24 MB 500 46
356,145 356,145 0000000000000000109c523442d87ec332d870823cb200243a052d9761a0db61 0.11 MB 225 14
356,144 356,144 000000000000000007ee4a0e4927d583ad4f5c4c5019f80eeb9b0f6cf7489b39 0.74 MB 1,535 27
356,143 356,143 000000000000000004cb2843726b0032e413c5577ac915a4d6b4a67ea604401a 0.10 MB 79 5
356,142 356,142 00000000000000000faaeecb82a36a5044c21bf0d087dd2ddef2da16ec47b430 0.55 MB 1,089 26
356,141 356,141 00000000000000000928a5b12a60aff5fec3c9f313678305b1cb6b5500e6ab7e 0.23 MB 450 24
356,140 356,140 00000000000000000b6dfc7734397fdb02ce9c8ff481452d06c72cbb11c71f63 0.35 MB 671 27
356,139 356,139 00000000000000000734c1b3583bf36db0347034f33b5ade1d632d397cb88aed 0.19 MB 394 23
356,138 356,138 0000000000000000074c0570e4429c6da1079db3bbe7c7a59c7f2764bc97452d 0.28 MB 588 28
356,137 356,137 000000000000000003a8e64c33dbd80daa8f68e17aba24194cca771909694211 0.00 MB 1 0
356,136 356,136 0000000000000000162c8b6c3500a6d330f063bea116b4c67cba166a2241efb0 0.04 MB 100 35
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.73 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.