Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,727 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (151,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
756,165 756,165 000000000000000000030fb7cb0ba549c0e03051702aefbee39e5cda6caa5c07 1.39 MB 374 1
756,164 756,164 00000000000000000001c5e25a62ebc6fca91f2b1d76ccadf86c126053f33a3c 1.60 MB 2,221 10
756,163 756,163 00000000000000000002993003280b230eb8eb78d2cde372d29f6fe8dce256c7 1.65 MB 2,148 5
756,162 756,162 00000000000000000007f1089d5c10f62b08cc11a0b8876f29bc45e2d88404cc 1.53 MB 2,135 7
756,161 756,161 000000000000000000036a43300c432e98da9a6be579c52336f25bc9edcab486 1.38 MB 2,438 11
756,160 756,160 00000000000000000004ccdeb8680f3778d9551ad4c8947435d1323fb56f2c9b 1.42 MB 2,716 16
756,159 756,159 000000000000000000069bee30988653a5826624a033293776809c2d9f432929 1.28 MB 2,245 26
756,158 756,158 00000000000000000002b7c2e40c1cc61b884ea13966d61a3ce43a8ee510dbbd 0.95 MB 1,413 10
756,157 756,157 00000000000000000008a99873ab0394c15eb3010631d803b23270759569001b 0.63 MB 1,128 12
756,156 756,156 0000000000000000000686de61e5fadc26c67aa89e269e1aa5005ac297843b48 0.97 MB 1,085 3
756,155 756,155 00000000000000000004c17db707625d1ebb5731712dbf63ec62ccd2dda05dc0 1.37 MB 2,115 13
756,154 756,154 0000000000000000000532e4e30e58de0e8f458626feb1f6fdcc75e7486ea9da 1.20 MB 1,148 13
756,153 756,153 00000000000000000007bbba75a0fbda0621610799618c7a7d28a14995f1b836 0.72 MB 1,448 12
756,152 756,152 00000000000000000003766a94b9e96934a80f8809aca1b69eea1d5609e03f32 0.18 MB 360 12
756,151 756,151 00000000000000000003728c4fa88b24623ecfc3b051fbd38d069a64cb4a4cfb 0.52 MB 1,219 11
756,150 756,150 000000000000000000051a3faa2d7c5ebd6e4fc303d6366331fdab964d65d9cb 0.17 MB 257 8
756,149 756,149 00000000000000000005d2721b337a58cea44a6a96b8eb4a3f687942125a708b 0.84 MB 1,797 12
756,148 756,148 00000000000000000002690a6c6c48622f241acf20c4f406c1785a2f74a3601f 0.43 MB 632 9
756,147 756,147 0000000000000000000334fb7e2859bdf55ad32120700889d5ce5ae41afec2a6 0.39 MB 626 12
756,146 756,146 000000000000000000074d70785bfe102667ea7fcc762c2cc315b5837a6bfd0c 0.53 MB 418 5
756,145 756,145 00000000000000000002c640c2ab49888430642c1f51985c2fa62c94fb61c3df 0.02 MB 36 6
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.12 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.