Memory Pool Memory Pool Refreshing

3,769 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,804 (8,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,261 899,261 0000000000000000000116d85af76fa6db52dbe894352f2545adca6a250d3e28 0.53 MB 904 1
899,260 899,260 00000000000000000001ce7f442570d8684a72c7791ce9438dfefee093724748 0.92 MB 1,861 2
899,259 899,259 00000000000000000000569d934acfc2d20aeb9c31c751b4e1a4f5a0589fc0a9 0.96 MB 1,829 2
899,258 899,258 000000000000000000011041007f3b344fea8472406fa5ddd8455cdf314258b8 1.45 MB 3,171 3
899,257 899,257 00000000000000000001228d78d7e5d5baebfd2386fedbff056cddd326824d25 0.39 MB 1,054 1
899,256 899,256 000000000000000000016491cebefd5fccc187eac6565a3946585304647afe00 1.47 MB 2,095 1
899,255 899,255 00000000000000000001c6d9e0a6053171d7c688bdd1fba4461c90b8aba576ab 1.32 MB 2,253 2
899,254 899,254 000000000000000000004d0949c9851e94ecf9f8c9736cf75bab30e10dea72e5 1.60 MB 3,853 4
899,253 899,253 00000000000000000001b42ecd0433de7addd4d39014eb766a75ad1789968068 0.19 MB 361 2
899,252 899,252 00000000000000000000420c25680a4cfe8a7c4b50b5e4485ce65f7548d8ac9e 0.10 MB 159 2
899,251 899,251 00000000000000000000517c01d46f6fb8848664eaac5efcc510c9656770bbf0 0.54 MB 842 2
899,250 899,250 000000000000000000008a7a60172d6a40f657e8c1c09bbd937be7515fb1c83f 0.84 MB 1,414 2
899,249 899,249 0000000000000000000062ef5530852da814616651135a51bab750f78838752b 0.64 MB 1,253 2
899,248 899,248 0000000000000000000103054c811d90f8111630cd9841e2a1fd74c8eb0002b0 0.44 MB 886 2
899,247 899,247 000000000000000000015e37486869b6c363f6246ab935eb042eb5ef0d2f136a 0.31 MB 753 2
899,246 899,246 000000000000000000017a9367f6c7277f72db33f86bf7ffd4ad8e0006bf87a7 1.19 MB 2,614 1
899,245 899,245 000000000000000000005c93694ab1a85e05e3f73dd759f44e0ff310f159b61e 1.43 MB 2,467 2
899,244 899,244 00000000000000000001154752958ab5ad930c068bb8017e2db304a0fa51dc93 1.57 MB 3,198 4
899,243 899,243 00000000000000000000696311b31367e6b5e52c97d3988fda92a741d739a731 1.01 MB 2,516 2
899,242 899,242 000000000000000000009023ebc6ccf0ecf969286996d87f1a2676cefce829b1 0.05 MB 121 3
899,241 899,241 0000000000000000000209ccc7a7427de799e718fe7f0fa30cd0615d95dfc5d3 1.01 MB 2,079 1
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.