Memory Pool Memory Pool Refreshing

9,267 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,399 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (238,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
669,237 669,237 0000000000000000000b813bb5364e4615789b4a8d23b1ce5f810e9971481464 1.17 MB 2,749 42
669,236 669,236 0000000000000000000801a2d817d39b1f5e494905b70b913b0e31be078d8705 1.38 MB 2,660 83
669,235 669,235 0000000000000000000091077ced96992668252a9bac37169602f5f1afa0778e 1.31 MB 2,096 114
669,234 669,234 0000000000000000000cae0cc223dae6937bd25d1c289a7e950f1ee725bd470c 1.17 MB 2,738 58
669,233 669,233 0000000000000000000748ab2d009c719c598c092a7eb90c7d679f4b2357c5c6 1.35 MB 2,646 89
669,232 669,232 00000000000000000003fb4521a8f868983c5216442d4fc6733fa109a14d2382 1.32 MB 3,076 149
669,231 669,231 0000000000000000000092436b55abd7640a3a1472fff7fd0178ad1d850dee4a 1.30 MB 2,896 66
669,230 669,230 0000000000000000000bf52cd0ba74c61c54735d77314aaf2824c35f68bfb9d2 1.15 MB 805 117
669,229 669,229 00000000000000000006a4d16ff5732c77dc6198703794709fc964df273615b5 1.24 MB 2,306 141
669,228 669,228 000000000000000000042f845d9cc8c95a7e718a1ff95e70acb774544b7cc01b 1.17 MB 1,818 32
669,227 669,227 00000000000000000004a3fe8a416b7d79afb344fd712b18a11930e6de8d38f0 1.16 MB 2,447 37
669,226 669,226 0000000000000000000d253160bfd405d425da62f33d78831523375d61e388ff 1.34 MB 2,089 48
669,225 669,225 0000000000000000000239f3dd7eb289b5ce9d64211a015b66aeb7f1735e8b3f 1.32 MB 2,251 73
669,224 669,224 00000000000000000004bc84ee4a2c5b5046d1131b56f30be20df58ca370c6ab 1.30 MB 2,228 68
669,223 669,223 00000000000000000003debe231fc4e37d705f0dea81e2cb801c517cfd4d7b58 1.24 MB 2,248 33
669,222 669,222 000000000000000000009bcca3dce11dc83f6b124cbbb61b321c414bee710111 1.31 MB 2,214 56
669,221 669,221 0000000000000000000d6379859321fd6f81d94e1d7680bf089bfe2852134d92 1.19 MB 2,284 77
669,220 669,220 00000000000000000001770847192e2f4953b2847967764badd9190e4c44e49c 1.36 MB 2,398 126
669,219 669,219 000000000000000000034bc148157684ba45a950aa329f74f73c8727967fe813 1.27 MB 2,553 70
669,218 669,218 00000000000000000008ba3da99a59fe9d9958eebe448d58b69d074affafdc22 1.39 MB 2,153 85
669,217 669,217 0000000000000000000a528c3a4c68d2fbf02ab75c614e2748bbf1a47c364161 1.36 MB 2,241 48
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.